Raw data table gorup icons


#1

Hello everyone, I need some help with my table, I need to use icons instead o a text in the group name, so my question is: Is there a way to do that?, like in the header icon feature.


#2

Actually we don’t have a way to set a column grou icon, but one thing that you can do is sending the HTML directly in the coumn group name, like this:

cf.Field('name', 'label').group('<i className="material-icons">home</i>');

#3

Thank you so much, actually that was so easy and it just work for me :sunglasses: