Tree Data and the "optional" initialSort property | expand / collapse icons to not render #393
-
I'm curious about your experience with Tree Data in SlickGrid. I'm fairly new to SlickGrid and started by following some of the examples provided, specifically Example 27. I also read the very helpful article on Tree Data here. While exploring the I was able to reproduce this not only in my code but also in the Example 27 source code. For reference, the relevant lines are: initialSort: {
columnId: 'title',
direction: 'ASC'
},
|
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 4 replies
-
ah yeah I think that I always used the EDIT So I checked the code and yes I already have that in place on these lines, so it should pick it up by itself as long as you have defined const initialColumnSorting = treeDataOptions?.initialSort ?? { columnId: treeDataOptions?.columnId ?? '', direction: 'ASC' }; I'll take a look later why it doesn't work as I expect, I'll let you know if I find anything. I'll have to test in Slickgrid-Universal, the examples are the same and that's where the code lives. |
Beta Was this translation helpful? Give feedback.
should be fixed in v5.5.1, cheers ⭐