Version 2.5.0
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
columnControlextension that was recently added to DataTables (blog post) (#403) - The default options can be set through an
itables.tomlconfiguration file, either in the current or in a parent folder (#429)
Changed
- We have changed the default value of the
htmlargument initables.sample_dfs.get_countries. It now defaults toFalse, in which case the example dataframes contains no HTML code.