Show and tell: Dash react table component

Just a quick plug for a react component I created that is built on top of react-table and aptly named dash-react-table.

The main reason I built this was to get the quick text based filtering and dynamic column resizing that dash table doesn’t allow. Given the process of creating dash components this doesn’t have as much flexibility as react-table since everything must be declarative but I’m happy to add new features if they aren’t too much work.
Examples of features down the pipeline are addition filtering methods, additional conditional formatting and fuzzy lookups.

Let me know your thoughts and if you have any suggestions!

Links:
Dash-react-table: https://github.com/mbkupfer/dash-react-table

React-table:https://github.com/tannerlinsley/react-table/tree/v6

3 Likes

Does this still work?