Marc Wouts

Results 357 comments of Marc Wouts

For some reason the same approach does not seem to work for the button extension. I get an error "u is undefined" when I try to load https://cdn.datatables.net/buttons/2.2.3/js/dataTables.buttons.min.js. @AllanJard, is...

Hello @qqdaiyu55 , sorry I come back to you only now. I've done a bit more of testing, and this is what I find: - this PR works well in...

Thank you @qqdaiyu55 ! Below are some of the logs 1. In the version of `datatables_plugin.md` rendered with Jupyter Book (sorry this is a bit more complex than the standalone...

Just to mention that there might be some overlap between the work on the offline mode at #74 and this PR. More specifically, the `addScript` function from @qqdaiyu55 's [comment](https://github.com/mwouts/itables/issues/63#issuecomment-1077185088)...

Thank you @ofir-reich for this report. Well I know very little of HTML/CSS, so if you don't mind I'll give a few pointers and maybe we will see what we...

Is the issue still present with `itables==1.0.0` (which uses `datatables.net==1.12.1`)? In my [example notebook](https://colab.research.google.com/drive/1JPZIasTiH3rIUysDr3eWDz4jgTTq00aq?usp=sharing) I see this: ![image](https://user-images.githubusercontent.com/29915202/175027231-423dccdc-c3cd-4212-9f52-18f7b4ebb6e1.png)

Thank you @vttrifonov for the feedback. Currently the CSS used is datatables.net's default theme, which already seems to have improved (probably the improvement comes from the switch from version 1.11.5...

Hi @rikturr , thank you for your kind and supportive message! Yes when we can add buttons to this package we'll reach a great milestone. As you saw at #67...

Hi @matrs , thank you for your input, that is very interesting. My main objective for `itables` is to allow the user to display pandas Dataframes as interactive objects and...

Hello @Alecampoy , the title of the cell is still in the notebook, but it's located in the cell metadata. For instance: ``` $ echo "# %% Spyder title" |...