Kiril Volskyi

Results 20 comments of 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

@SpajicM The TreeTable works fine, you just need to manually connect the states to the TreeTable using the 'sortOrder' and 'sortField' properties: ![BDF4CF59-4811-4A59-B121-3261806C5F84_1_201_a](https://github.com/primefaces/primereact/assets/118115736/543750c8-bdad-46d4-b6a2-79688423caee)

> @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