Skip to content

experimental work on a data grid like table using react

Notifications You must be signed in to change notification settings

sprauerc/react_smart_table

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

react_smart_table

experimental work on a data grid like table using react

-- Stories --

  • Render table <table>
  • Extrapolate columns from data
  • Render headers <tr> <th>...
  • Render rows <tr> <td>...</tr> ...
  • Colums are sortables
  • Header stay visible (stick on screen limited by area)
  • Table is filterable globally
  • Table is filtrable per column
  • Rows can use custom component
  • Cell can use custom component
  • Rows are selectables
  • Rows are movables (nice to have ?)
  • Data is paginable
  • Cells can have rigid bodies, handle physics an spawn unicorns

About

experimental work on a data grid like table using react

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 65.3%
  • HTML 34.7%