Skip to content

Files

Latest commit

e2d6c52 · Apr 5, 2018

History

History

08-basic-grid

README.md

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