Skip to content

Latest commit

 

History

History
18 lines (17 loc) · 588 Bytes

README.md

File metadata and controls

18 lines (17 loc) · 588 Bytes

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