Chapter 7. Give Me the Grid

The grid component is one of the most popular and widely used components of the Ext JS library. It allows us to display, sort, group, and perform many more operations in easy ways, thanks to the use of plugins and features. We can show grids with a large amount of data and get a nice performance from our application.

In this chapter, we are going to see how the Grid panel works and look at the basic configurations that we need. We will cover the following topics in this chapter:

  • The basic Grid panel
  • Columns
  • Renderers
  • Widgets and the widget column
  • Selection models
  • Grid listeners
  • The Grid's features
  • The Grid's Plugins—CellEditing and RowEditing
  • Grid paging
  • Infinite scrolling

The data connection (models and stores)

The main function ...

Get Learning Ext JS - Fourth Edition now with the O’Reilly learning platform.

O’Reilly members experience books, live events, courses curated by job role, and more from O’Reilly and nearly 200 top publishers.