Releases: mwouts/itables
Releases · mwouts/itables
Version 1.1.0
1.1.0 (2022-06-23)
Added
itables.options
and theshow
function have a newcolumn_filters
argument to display individual column search boxes (#69)- We have documented DataTables'
dom
option. - We have introduced a new class
JavascriptFunction
to limit the evaluation of Javascript function to selected ones. - The documentation is formatted with
black
thanks to a Jupytext & Black pre-commit hook.
Version 1.0.0
Added
- ITables works offline! (#8, #70). Marc would like to thank
Allan Jardine, the author of the datatables library,
and François Wouts for their precious help on the subject.
Changed
- ITables uses the ESM version 1.12.1 of datatables.net
Version 1.0.0
Added
- ITables works offline! (#8, #70). Marc would like to thank Allan Jardine, the author of the datatables library, and François Wouts for their precious help on the subject.
Changed
- ITables uses the ESM version 1.12.1 of datatables.net
Version 0.4.7
Added
- Additional
tags
like captions are supported (#10).
Version 0.4.6
Version 0.4.5
Changed
- The
itables
documentation now uses Jupyter Book (#56) - We have added a new
style
option initables.options
and inshow
, with a default value equal tomax-width:100%
.
Version 0.4.4
Fixed
- Add 'require_config.js' to the pip package (#48)
Version 0.4.3
Changed
- When a JS function is created on the Python side, we export it as-is (without quotes) in the HTML file and don't use JS eval anymore.
Version 0.4.2
Fixed
- Fix the HTML output when
eval_functions=True
- Display "Loading..." under the table header until the table is displayed with datatables.net
init_notebook_mode(all_interactive=False)
restores the original Pandas HTML representation
Version 0.4.1
Fixed
- Long column names don't overlap any more (#28)