It’s good to see the official launch of DashTable framework 3.15.
Now it supports pagination which is cool.
However my use case is to render everything in 1 page just like the behavior in dash table experiment. I look at the documentation but didn’t find a way to do it. Is there a way to show all data of dataframe in one page? It works well with CHrome and I wish to carry on this feature.
MOrever, old experiment package do support filter and sort without using callback function but looks like new version can’t do sorting/filtering without implementing callback function?
Thanks,
Allen