Replies: 1 comment 1 reply
-
The issue disappeared when I removed the |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Description
Hello, I maintain a wrapper of DataTables for Python DataFrames called
itables
.The version 1.7 of ITables works well with Quarto, as documented at https://mwouts.github.io/itables/quarto.html.
Recently I have been working on ITables v2.0, which will transition to DataTables v2.0 and also provide the buttons and some other extensions.
That is a significant change. In particular, in the offline mode, I changed
itables/html/datatables_template.html
and I now usenew DataTable(table, dt_args);
rather thannew $.fn.dataTable(table, dt_args);
. That seems to be incompatible with Quarto, and I now get the following error when compiling the examplequarto_html.qmd
document:Do you think you could provide some hints on how to address this? I have opened the following issue at ITables: mwouts/itables#238. Thanks!
Beta Was this translation helpful? Give feedback.
All reactions