Book Image

Learning Ext JS_Fourth Edition

Book Image

Learning Ext JS_Fourth Edition

Overview of this book

Table of Contents (22 chapters)
Learning Ext JS Fourth Edition
Credits
About the Authors
About the Reviewers
www.PacktPub.com
Preface
Index

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