bosskmk / pluto_grid

PlutoGrid is a dataGrid for flutter that can be controlled by the keyboard on desktop and web. Of course, it works well on Android and IOS.

Home Page:https://pluto.weblaze.dev

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

How to change the Sort icon for PlutoGrid

nikhil-s-b opened this issue · comments

Is there a way to change the sort icon for the PlutoGrid table ?

There is a way to change the columnContextIcon, columnResizeIcon in the PlutoGridStyleConfig class. Is there is a similar config available to change the sort icon or change the sort icon colors?

@nikhil-s-b
Nothing changes the Sort icon.
I will add it in the next version.
Thanks for the suggestion.

@nikhil-s-b Nothing changes the Sort icon. I will add it in the next version. Thanks for the suggestion.

@bosskmk Awesome!. That would be great addition. Thanks!

@nikhil-s-b
Added columnAscendingIcon and columnDescendingIcon to PlutoGridConfiguration.style.
It can be checked in PlutoGrid version 5.0.5.

@nikhil-s-b Added columnAscendingIcon and columnDescendingIcon to PlutoGridConfiguration.style. It can be checked in PlutoGrid version 5.0.5.

@bosskmk . Thats great!. Thanks for adding it.!