Skip to content

Version 2.5.0

Choose a tag to compare

@mwouts mwouts released this 31 Aug 21:24
· 5 commits to main since this release

Fixed

  • The offline mode now allows the init cell to be rendered after the table cells. It should work more reliably in VS Code (#424)

Added

  • We have added the columnControl extension that was recently added to DataTables (blog post) (#403)
  • The default options can be set through an itables.toml configuration file, either in the current or in a parent folder (#429)

Changed

  • We have changed the default value of the html argument in itables.sample_dfs.get_countries. It now defaults to False, in which case the example dataframes contains no HTML code.