Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

174
Views
ExtJS: ¿cómo agregar la barra de herramientas de paginación de cuadrícula en ExtJS 6.2?

En ExtJS 6.2 moderno, ¿cómo agrego una paginación de cuadrícula?

En la documentación de 6.2 no da detalles: https://docs.sencha.com/extjs/6.2.0/modern/Ext.grid.plugin.PagingToolbar.html

Siguiendo la documentación más reciente de ExtJS, probé:

 Ext.define('MyGrid', { extend : 'Ext.grid.Grid', store : 'mystore', plugins: { pagingtoolbar: true }, });

Lo anterior da un error en ExtJS: Error: [Ext.create] Invalid class name or alias 'null' specified, must be a non-empty string .

Consulte el violín: https://fiddle.sencha.com/#view/editor&fiddle/3gmo

about 4 years ago · Juan Pablo Isaza
1 answers
Answer question

0

Descubrí que debería ser:

 plugins: [{ type: 'pagingtoolbar' }],
about 4 years ago · Juan Pablo Isaza Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!