Releases: CrystalWindSnake/nicegui-tabulator
Releases · CrystalWindSnake/nicegui-tabulator
v0.3.0 🌈
Changes
🚀 Features
- Add timeout and check_interval params to all methods @CrystalWindSnake (#46)
- Support nicegui 3.0 @CrystalWindSnake (#43)
v0.2.3 🌈
Changes
- Add explicit import_luxon_dependency() helper to enable Tabulator date/time features @AlePiccin (#40)
v0.2.2 🌈
🚀 Features
- Added a column_definition parameter to the from_pandas method. @CrystalWindSnake jameshall9 (#36)
v0.2.1 🌈
Changes
- use nicegui Teleport @CrystalWindSnake (#29)
🚀 Features
- Adding a method to get the selected row records @CrystalWindSnake (#30)
🐛 Bug Fixes
- Fix update_column_definition doesn't do anything @jameshall9 @CrystalWindSnake (#32)
v0.2.0 🌈
v0.1.6 🌈
Changes
🚀 Features
from_pandasmethod adds a new parameterauto_indexfor automatically generating arow_key@CrystalWindSnake (#26)- Add an options parameter to the
tabulator.from_pandas@CrystalWindSnake (#23)
🐛 Bug Fixes
- Fix incorrect data displayed in the cell slots when using pagination @CrystalWindSnake (#25)
v0.1.5 🌈
Changes
🚀 Features
from_pandasmethod introduces theindexparameter. @CrystalWindSnake (#22)- Introduce use_theme support to modify table theme styles. @CrystalWindSnake (#19)
🐛 Bug Fixes
- Fix unsynchronized server data. @CrystalWindSnake (#21)
v0.1.4 🌈
Changes
🐛 Bug Fixes
- Fix the misalignment of props.row_number in the
add_cell_slotmethod. @CrystalWindSnake (#17)
v0.1.3 🌈
🚀 Features
- add sync client data api @CrystalWindSnake (#12)
- add update data api @CrystalWindSnake (#11)
- Introduce cell slots @CrystalWindSnake (#10)
v0.1.2 🌈
🚀 Features
- Enable column configuration methods to be invoked immediately. @CrystalWindSnake (#7)
- Adding a method for creating tables from pandas DataFrames @CrystalWindSnake (#4)
🐛 Bug Fixes
- fix the issue with invalid context menu events. @CrystalWindSnake (#5)