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

170
Views
ExtJS - How to add grid paging toolbar in ExtJS 6.2?

In ExtJS 6.2 modern, how do I add a grid paging?

On the documentation for 6.2 it doesn't give details: https://docs.sencha.com/extjs/6.2.0/modern/Ext.grid.plugin.PagingToolbar.html

Following more recent ExtJS documentation I tried:

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

The above gives an error in ExtJS: Error: [Ext.create] Invalid class name or alias 'null' specified, must be a non-empty string.

Please see fiddle: https://fiddle.sencha.com/#view/editor&fiddle/3gmo

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

0

Found out it should be:

    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!