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