Marc Wouts
Marc Wouts
Oh interesting! Maybe I would consider adding another more elaborate example, possibly with custom rendering functions. Do you know how this `searchPanes.columns` field relates to e.g. ``` columnDefs: [ {...
Thanks @AdamRJensen for the update, it's useful indeed - sorry for the long delay in taking this PR btw.
Hey @adriens , oh nice to learn that ITables works on Kaggle too! Do you think you could add a screenshot at [docs/supported_editors.md](https://github.com/mwouts/itables/blob/main/docs/supported_editors.md) too? Thanks!
Oh yes sure, no hurry at all! Thanks!
Thank you @adriens for this! In the end I have added a simple mention of Kaggle in the readme while working on the streamlit documentation #277
Hi @AdamRJensen , yes I am afraid the `scrollX` and `scrollY` options are not so easy to use. I've just changed the [default CSS](https://github.com/mwouts/itables/blob/d92fbab7620817e072ec43ebf3ca5390381ceca8/packages/dt_for_itables/src/index.css) in `itables==2.1.2` and I don't think...
Great! Thank you @AdamRJensen for letting me know, and thank you for your kind comment too!!
Thank you @apogorzelska for reporting this! Oh sorry I had not tested `itables` on Windows yet, I should have thought of this. I plan to look into this in the...
Just gived it a try, and it worked in an environment created with ``` conda create -n test_itables 'itables==2.0' jupyterlab -c conda-forge ```  For some reason `utf-8` does not...
The PR and the instructions to test it are available [here](https://github.com/mwouts/itables/pull/253#issuecomment-2028059053). Can you let me know if that fixes this issue? You might have to install `nodejs` in your conda...