You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Installation of the OpenIconic icons for Bootstrap4 version
Is not necessary, if you don't want to use these icons.
But there is only one solution to replace sorting icons - replace TableHeaderRow's sortLabelComponent
So, I propose to add sortIconComponent for SortLabel
The text was updated successfully, but these errors were encountered:
Thank you for your interest in our Grid. We'll help you implement this feature.
First of all, we implement all features for all themes (Material-UI, Bootstrap 3, Bootstrap 4). It would be great to add implementations for Material-UI and Bootstrap 3 in your pull request.
Also, we provide components via a plugin's properties. For example, the TableHeaderRow plugin has the sortLabelComponent property. You need to add sortIconComponent in the TableHeaderRow plugin and pass it to the SortLabel.
I'm using ...
React Grid
Description
Is not necessary, if you don't want to use these icons.
But there is only one solution to replace sorting icons - replace
TableHeaderRow
'ssortLabelComponent
So, I propose to add
sortIconComponent
for SortLabelThe text was updated successfully, but these errors were encountered: