Skip to content

Releases: mendixlabs/mendix-tree-table

2.3.1

05 May 12:01

Choose a tag to compare

  • Update @jeltemx/mendix-react-widget-utils to 0.9.0 to fix MX9 deprecations

2.3.0

11 Feb 14:13

Choose a tag to compare

  • 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

26 Nov 19:44
78c5c94

Choose a tag to compare

  • 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

26 Nov 16:36

Choose a tag to compare

  • Add option to automatically select/deselect children (when using multi-select)

2.0.8

20 Jul 00:32
ea52c69

Choose a tag to compare

  • Update code
  • Add expand/collapse all button for trees that load the whole state

2.0.7

29 May 14:51
5a9beb2

Choose a tag to compare

  • 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

28 May 15:11
a732abf

Choose a tag to compare

  • It is now possible to do multi selection with the external function (see test-project)

2.0.5

28 May 13:46

Choose a tag to compare

  • Fixed the reset on context change
  • Added option to expand first level of elements (only works on whole tree)

2.0.4

18 May 11:09
08478ad

Choose a tag to compare

  • Remove subscriptions on unmount, optionally refresh table when context object changes

2.0.3

06 May 14:38

Choose a tag to compare

  • Fix issue #17 Error in inline buttons