-
*Is your feature request related to a problem? Please describe.**
To refresh data, we call table.replaceData(); so that Tabulator handles the data refesh notably at the ajax level, which works grea…
-
```python
import pandas as pd, panel as pn, datetime as dt
pn.extension('tabulator')
df = pd.DataFrame({
'datetime': [dt.datetime(2019, 1, 1, 10), dt.datetime(2020, 1, 1, 12), dt.datetime(20…
-
**Describe the bug**
SelectRange.js#autoScroll calculates the rect to scroll relative to the nearest column group.
This bugs the scrollbar when navigating from the last cell of the current column …
-
I am using jupyterlab 4.2.0 and observed that the full windowing mode which is enabled by default causes the native scrollbar jumping and causing jarring effects, Attached a gif for more clarity about…
-
Panel already bundles in the `tabulator` extension js/css dependencies, but somehow it is not used in `inline` mode in a jupyter notebook, which makes it not work without internet connectivity.
xre…
-
Hi, The filter input box got blur after the ajax loading if i am using
```
getTableOptions['selectableRange'] = true
getTableOptions['selectableRangeColumns'] = true
getTableOptions['selectableRa…
-
**Describe the bug**
When you show or hide column when table columns are collapsed, the responsive don't work. The column to show is added at the end of table instead and an horizontal scrollbar is a…
-
**Bug description**
It seems that when there are [Nested Tables], in some conditions it is impossible to scroll to the bottom of the main table. If you try to do it with the mouse wheel, a strang…
-
**Issue**
When using the Survey PDF and Survey Analytics on the same page, the save to PDF button is unavailable for the Tabulator.
**Details**
The Survey PDF library uses `"jspdf": "^2.3.1"`.
Th…
-
**Describe the bug**
When editing a cell and the table has `selectableRange` enabled left and right arrow keys will not move the input cursor
**Tabulator Info**
- Which version of Tabulator a…