Skip to content

Latest commit

 

History

History

08-basic-grid

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

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