-
Trying an install from pip and direct from the repo, I get an error trying to iniitialise the package as per the docs:
```python
from jupyter_datatables import init_datatables_mode
init_datatab…
-
I'm not 100% sure this is a jupyter problem, but I'm not sure where else the problem could lie at this point.
Basically, what I'm trying to do is similar to what is demonstrated in http://blog.dornea…
-
### Bug description
quarto does not seem to work with "searchBuilder" or "searchPanes" extension of iTables
### Steps to reproduce
````qmd
---
title: Reproducible Quarto Document
format: dashboard
…
-
-
**Is your feature request related to a problem? Please describe.**
I am dynamically changing DataFrame with function in ipywidgets, and i really loved your datatables. But it could't work together.
…
-
- I have changed daru dataframe#to_html function and generating the dataframe table's `thead` and `tbody` html code separately. You can see the changes here : https://github.com/SciRuby/daru/compare/m…
-
Hi!
I know and use nice QGrid control. But in some cases I need just non-editable / interactive view of Pandas DataFrame without sorting, filtering. Something like widgets which is possible to upda…
-
I have a table that is relatively small ~16,000 rows and 17 columns. When I try downloading the table I get the following error:
```
Uncaught RangeError: Maximum call stack size exceeded
```
Pl…
-
### Bug description
In quarto render in pre-release version 1.4.528, "--to " is incompatible with "dashboard". The output becomes funky if --to dashboard is used and these warning are outputted:
`[W…
-
Hi, thank you for developing this package. I'm trying quarto for generating html reports. While using itables for displaying data.frames (`show`) I have encountered few problems:
1. Using `init_not…