andrglo / react-window-grid

A react grid with synced column and row headers based on react-window
MIT License
4 stars 2 forks source link

New Features #1

Open kamarajuPrathi opened 5 years ago

kamarajuPrathi commented 5 years ago

We like the Component , looking for below features 1.Can the Table be an Editable Table

  1. Sorting on Columns
  2. Wrapping text in the fields

Thanks

andrglo commented 5 years ago

This component is meant to be a primitive. You should use the '*renderer' attributes to render the button/input components that with sort/edit the data array. That said its on my todo list to build a form grid component on top of it with all these features. Thanks for the like!

aangeles22 commented 4 years ago

On the same note, do you accept contributing pull requests?
Features I would like to add :

  1. Optional column name (renderer ) for row headers.
  2. Possible isScrolling option to display scrolling placeholder in cell while scrolling.