Kiril Volskyi
Kiril Volskyi
Hello! I'd like to fix this. Can i try? I more like solution where the icon should not be present on mobile devices, as most mobile browsers do not support...
I think i know why this happens ill take a look
Bug occurs because 'onSortChange' fucntion will reset sortField/multiSortMeta ```javascript else if (props.removableSort) { removeSortMeta(newMetaData, multiSortMeta); } ``` ```javascript if (props.removableSort) { sortField = sortOrder ? sortField : null; } ```...
@abhikarsh-gupta I don't think I'll do it, a bit busy
@abhikarsh-gupta ill try to find this branch later, she must be ready, if it so ill open pr today
@melloware Hello! Can you assign me please ?
@SpajicM The TreeTable works fine, you just need to manually connect the states to the TreeTable using the 'sortOrder' and 'sortField' properties: 
> @KirilCycle oh, thanks! Is this documented anywhere or I've missed it? Well, I didn't see it in the documentation, only descriptions of specific props
I noticed that vueprime TreeTable doesn't need to pass options manually, I think we should modify the current TreeTable to have similar behaviour, as even props description says that 'sortField'...
We have already faced similar issue #6124 with Dropdown Group navigation, i want to handle it