- Remove
key
from renderer callbacks, thekey
is handled internally - Changed the way React
key
is computed for<tr>
s:- if the row was render before, use the same key
- otherwise, try to reuse an existing row that was removed from the visible window
- Added prop: use
fillTableWidth = true
to grow columns to fill the width of the table
- Fix: handle scroll during column dragging
- .npmignore
- Remove dependency on
react-draggable
- Refactoring
- Bug fixes
- Passthrough style prop to the table container
<div>
- Rename
fixedColumnsLeftCount
prop tofixedColumnsCount
- Documentation
- Row selection
- Fixes
- Initial release.