Skip to content

Releases: mwouts/itables

Version 1.1.0

23 Jun 20:09
d1d366f
Compare
Choose a tag to compare

1.1.0 (2022-06-23)

Added

  • itables.options and the show function have a new column_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

22 Jun 12:05
Compare
Choose a tag to compare

Added

Changed

  • ITables uses the ESM version 1.12.1 of datatables.net

Version 1.0.0

22 Jun 12:05
cc816e9
Compare
Choose a tag to compare

Added

Changed

  • ITables uses the ESM version 1.12.1 of datatables.net

Version 0.4.7

13 Apr 16:03
2862a8b
Compare
Choose a tag to compare

Added

  • Additional tags like captions are supported (#10).

Version 0.4.6

29 Mar 16:06
Compare
Choose a tag to compare

0.4.6 (2022-03-29)

Changed

  • We have removed the default column width at 70 pixels (#61, #62, #66)
  • We now use pyupgrade in our pre-commit hooks

Fixed

  • We have improved the rendering of multiindex columns (#63)

Version 0.4.5

24 Jan 23:49
Compare
Choose a tag to compare

Changed

  • The itables documentation now uses Jupyter Book (#56)
  • We have added a new style option in itables.options and in show, with a default value equal to max-width:100%.

Version 0.4.4

10 Jan 07:14
6a19409
Compare
Choose a tag to compare

Fixed

  • Add 'require_config.js' to the pip package (#48)

Version 0.4.3

08 Jan 16:27
a7708d2
Compare
Choose a tag to compare

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

07 Jan 12:12
d9d4a82
Compare
Choose a tag to compare

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

06 Jan 22:49
ce1e7a8
Compare
Choose a tag to compare

Fixed

  • Long column names don't overlap any more (#28)