Marc Wouts
Marc Wouts
I'll close this issue as `DT` now has `selected_rows` argument in ITables v2.2 (see this [example](https://github.com/mwouts/itables/blob/main/tests/sample_python_apps/itables_in_a_shiny_app.py)). Feel free to open another one re updating the row selection using a custom...
Actually using the `ITable` widget seems way easier! I have updated the [documentation](https://mwouts.github.io/itables/shiny.html) accordingly. Let me know what you think. Thanks
Thanks @cpcloud ! Yes for now I have three questions: 1. Do you see how we could set an `_repr_html_` attribute on the ibis objects? My attempt above was not...
Hi @cpcloud @lostmygithubaccount are you still interested in this feature? If so I'd need your answers to my questions above. Thanks
There seems to be an issue in the combination of `miniters` with `maxinterval`. At least when I set `maxinterval=float('inf')` I have the expected updates at i=239, 479, 719 etc: ```...
I think the issue is caused by this paragraph: https://github.com/tqdm/tqdm/blob/6791e8c5b3d6c30bdd2060c346996bfb5a6f10d1/tqdm/_monitor.py#L74-L84 I think we should - set `dynamic_miniters` to `True` when `miniters` is changed to 1, otherwise we get updates on...
Hi @axtimhaus , thank you for reporting this. Oh it's unfortunate that we made a different choice than MyST re how to render this additional metadata in `.ipynb` notebooks! [Can...
Hello @Anselmoo , well thank you also for using it! I have done a little experiment: I have [remove the colors #333 and #666](https://github.com/mwouts/itables/commit/fd04188bf954c275e0c242b061c0832c212d3627) from my local `itables/external/jquery.dataTables.min.css` and that...
Well done @AllanJard ! Well indeed I saw the new release and I am excited to use it and to provide the buttons (I found the discussion at https://datatables.net/forums/discussion/74578 very...
Thank you @AllanJard , indeed the suggestion to use the import maps does work. I will report with more details on the process of upgrading DT in `itables` at https://github.com/mwouts/itables/issues/121.