Relative Content

Tag Archive for tabulator

how to multiple delete rows with selectableRange : true,..?

i am using tabulator version 6.2 javascript,, when using selectableRows: true, multiple delete rows is working, but when using selectableRange: true, it doesnt,, how to do it? i am use selectableRange because clipboard feature, in selectableRows clipboard feature can’t be use

Automatic Date Filtering

I’m working on an application where I need a filter to be applied automatically when selecting a date, without needing to press Enter. Currently the filter only fires when I press Enter after entering the date in the search calendar.

Adding a column and resize table with fitDataStretch layout

When I add a column to a table with fitDataStretch set, the column is appended to the table but the previous column is not resized. That way, the added column makes the table wider than the screen, and the user must scroll to reach the added column.