aboutsummaryrefslogtreecommitdiff
path: root/kvision-modules/kvision-tabulator
AgeCommit message (Collapse)Author
2019-12-30Add support for downloading of the Tabulator table content (#122)Robert Jaros
2019-12-26Dependencies upgradeRobert Jaros
2019-11-25Support column groups in the Tabulator componenet (#111)Robert Jaros
2019-11-07Add reload method to Tabulator component.Robert Jaros
2019-10-17Move DSL builder functions out of the companion objects (#93)Robert Jaros
2019-10-13Fix tests.Robert Jaros
2019-10-13New Application class to reduce applications boilerplate (#92).Robert Jaros
New testutils module.
2019-10-13Move ObservableList class from utils to state package and implement ↵Robert Jaros
ObservableState interface.
2019-10-03Upgrade to Bootstrap 4.Robert Jaros
Upgrade to Font Awesome 5. Restructure modules.
2019-09-25Upgrade Bootstrap to version 4Robert Jaros
2019-09-24Expose native tabulator object as public property. Add new methods for ↵Robert Jaros
column manipulation. (#77)
2019-09-24Upgrade Tabulator to 4.4.1 (#87)Robert Jaros
2019-07-13Style fixes. Suppress style warnings.Robert Jaros
2019-07-10Support data tree (#60)Robert Jaros
2019-07-09Fix tests.Robert Jaros
2019-07-09New DOM bindings. Drop horrible "strictDOM" property.Robert Jaros
2019-07-08New tabulator-remote module.Robert Jaros
2019-07-06New implementation of ObservableList<T>Robert Jaros
2019-06-23Fix tests.Robert Jaros
2019-06-23Fixed positioning of the context menu for use inside a Tabulator component.Robert Jaros
2019-06-21Additional fixes to allow non-serializable classes inside Tabulator data model.Robert Jaros
2019-06-21Merge remote-tracking branch 'origin/master'Robert Jaros
# Conflicts: # kvision-modules/kvision-tabulator/src/main/kotlin/pl/treksoft/kvision/tabulator/Tabulator.kt
2019-06-21Upgrade tabulator to 4.2.7.Robert Jaros
Fix for table refresh crash with active custom editor.
2019-06-21Include tabulator updateRobbie Cronin
removes dependence on @Serializable annotation
2019-06-08Fix test compilation error with karma-webpack 4.Robert Jaros
2019-05-13Auto update of mutable data model after edit actions.Robert Jaros
2019-05-11Type safety for custom editors and formatters based on KVision components.Robert Jaros
2019-05-11Remove forgotten debug info from code.Robert Jaros
2019-05-11Support for custom sorters, editors and validators in the Tabulator component.Robert Jaros
Support for KVision components in custom formatters and editors.
2019-05-11Allow constructing Root containers from HTMLElement objects.Robert Jaros
2019-05-01Update Options name to TabulatorOptions in toJs extensionRobbie Cronin
2019-05-01Fix namespace issueRobbie Cronin
Rename 2 conflicting Options variables in Charts and Tabulator packages to ChartOptions and TabulatorOptions respectively
2019-04-24New kvision-tabulator module.Robert Jaros