Some features won't be implemented in `BaseTable` itself, but I will provide some examples for them. - [x] [Col/Row Span](https://autodesk.github.io/react-base-table/examples/row-span) - [x] [Infinite Loading](https://autodesk.github.io/react-base-table/examples/infinite-loading) - [x] [Draggable Rows](https://autodesk.github.io/react-base-table/examples/draggable-rows) - [x] [Selection](https://autodesk.github.io/react-base-table/examples/selection) - [x] [Cell with Tooltip](https://autodesk.github.io/react-base-table/examples/tooltip-cell) - [x] [Inline Editing](https://autodesk.github.io/react-base-table/examples/inline-editing) - [ ] Filter in Header - [ ] Action Column - [ ] Columns Reordering - [ ] Columns Grouping - [ ] Data Grouping
Some features won't be implemented in
BaseTableitself, but I will provide some examples for them.