Is your feature request related to a problem? Please describe.
I would like to be able to have actions without the column header name
Describe the solution you'd like
Action column header name should be optional
You can override it with localization
``javascript
localization={{
header : {
actions: ''
}
}}
But i can add a option to hide it completely.
That will do. Thanks for all your work!
Worked!!!
Most helpful comment
You can override it with localization
``
javascript localization={{ header : { actions: '' } }}But i can add a option to hide it completely.