-
See current paged data and sorting limitations in docs: https://github.com/RandomFractals/tabular-data-viewer#limitations
Paged data for large datasets was added in #60
Use sort table columns f…
-
**Describe the bug**
When I click on a dropdown cell, if the table scroll event is triggered, the dropdown list is not displayed.
If the list "overflow" the browser, the scroll event is triggered an…
-
See Tabulator docs on filters: http://tabulator.info/examples/5.0?#filter-header
Make it optional via `tabular.data.columnFilters: true/false` config.
Eventually, add custom filters UI section t…
-
Hello, there's an update of tabulator-tables to major version 5
https://www.npmjs.com/package/tabulator-tables
-
Working example:
[Fiddle](https://jsfiddle.net/kc1f9eha/)
Issue:
- scroll right
- scroll down a few pages
- scroll left
- scroll up
You will see that some columns are not in the correct…
-
When updating a column definition (to change a formatter) there appears to be a duplicate column definition created in the result returned by table.getColumnDefinitions(). Subsequent errors occur whe…
gruzk updated
2 years ago
-
I would like to provode a user with multiple filter input components including date field. My code below works well without the date field but when I include the date field it failes for all.
````…
chavu updated
2 years ago
-
How do I get the number of rows after applying a local filter? I want to display somethign like "displaying x of y records"
chavu updated
2 years ago
-
Tabulator persistence mode is not saving column visibility:
![persistence-not-hidden](https://user-images.githubusercontent.com/279769/165666351-87901e19-29b0-4852-a3fb-124364dcf7cf.gif)
Steps t…
-
Thanks for these wonderful project.
I'd like to know it is possible to make sparklines in table rows with Dash-tabulator? If possible, would you kind to provide an example?