Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 544 Bytes

File metadata and controls

12 lines (7 loc) · 544 Bytes

08 Ext JS to React: Basic Grid

The Ext JS grid component, including sorting the records by clicking on a column header, is recreated as a React component in the following examples

Example Projects

  • a-basic-grid: simple grid component populated by a data object
  • b-basic-grid-sorting: simple grid component with record sorting driven by user interaction with the column headers

Related Blog Article

Ext JS to React: Basic Grid