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
Describe the bug
Can't find the documentation or example for creating custom header cell.
Current behavior
Right now the documentation doesn't clearly mentions how one can create a custom header cell template.
Expected behavior
Some example header templates explaining how one can create it and customize for eg adding icons for sorting columns and how to trigger particular onClick events would be helpful.
Screenshots or gifs
If applicable, add screenshots to help explain your problem.
Your environment details
using @silevis/reactgrid v5.0.0-alpha.5
I'm trying to create custom header cell template in this sandbox.
Hi @kaushal795, v5 offers significant flexibility in creating header cells. In simple cases, the NonEditableCell will be most suitable. If you want to include a clickable sorting icon, you should create a custom cell to meet your specific requirements.
As you suggested, including an example in the documentation on creating custom header cells seems like a sensible idea, worth including in the future.
Describe the bug
Can't find the documentation or example for creating custom header cell.
Current behavior
Right now the documentation doesn't clearly mentions how one can create a custom header cell template.
Expected behavior
Some example header templates explaining how one can create it and customize for eg adding icons for sorting columns and how to trigger particular onClick events would be helpful.
Screenshots or gifs
If applicable, add screenshots to help explain your problem.
Your environment details
using @silevis/reactgrid v5.0.0-alpha.5
I'm trying to create custom header cell template in this sandbox.
sandbox link
The text was updated successfully, but these errors were encountered: