How to build on top of dash-table

I would like to build my own version of dash-table with specific features in the react code. I’m trying to run:

“python setup.py build”

from the dash\components\dash-table\ directory:

But it’s failing to build, complaining of:

error: package directory ‘dash_table’ does not exist

Are there instructions on how to do this?

Basically, I need a table with the current features of dash-table but need to build more native features.

Thanks

Hi @Tuan_Tran and welcome to the dash community :slightly_smiling_face:

To customize the dash-table, you would need to create your own component by starting with this boilerplate, then copying and modifying the dash-table code there.

What features are you looking for? Have you tried dash-ag-gird?

2 Likes