Skip to content

Releases: mendixlabs/mendix-tree-table

2.3.1

Choose a tag to compare

@JelteMX JelteMX released this 05 May 12:01
  • Update @jeltemx/mendix-react-widget-utils to 0.9.0 to fix MX9 deprecations

2.3.0

Choose a tag to compare

@JelteMX JelteMX released this 11 Feb 14:13
  • Fix #30 : Table was not updating properly when in a listening dataview. When unselecting (empty context) the table still displayed data and lost tree structure on reselecting the context
  • Fix #31 : Similar issue to #30
  • Fix #32 : When updating context, widget loses subscription, thus not updating the second time the context changes

2.2.0

Choose a tag to compare

@JelteMX JelteMX released this 26 Nov 19:44
78c5c94
  • Updating Ant.design table to latest version
  • Cutting down unnecessary libraries, file size decreased
  • Fix issue with child selection when onRowClick selection is enabled

2.1.0

Choose a tag to compare

@JelteMX JelteMX released this 26 Nov 16:36
  • Add option to automatically select/deselect children (when using multi-select)

2.0.8

Choose a tag to compare

@JelteMX JelteMX released this 20 Jul 00:32
ea52c69
  • Update code
  • Add expand/collapse all button for trees that load the whole state

2.0.7

Choose a tag to compare

@JelteMX JelteMX released this 29 May 14:51
5a9beb2
  • Added the option to setSelected from external to be null/undefined, meaning I am unselecting everything
  • Added extra key for state management (Misc)

2.0.6

Choose a tag to compare

@JelteMX JelteMX released this 28 May 15:11
a732abf
  • It is now possible to do multi selection with the external function (see test-project)

2.0.5

Choose a tag to compare

@JelteMX JelteMX released this 28 May 13:46
  • Fixed the reset on context change
  • Added option to expand first level of elements (only works on whole tree)

2.0.4

Choose a tag to compare

@JelteMX JelteMX released this 18 May 11:09
08478ad
  • Remove subscriptions on unmount, optionally refresh table when context object changes

2.0.3

Choose a tag to compare

@JelteMX JelteMX released this 06 May 14:38
  • Fix issue #17 Error in inline buttons