Material-table: Make action column header optional

Created on 1 May 2019  路  3Comments  路  Source: mbrn/material-table

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

enhancement

Most helpful comment

You can override it with localization

``javascript localization={{ header : { actions: '' } }}

But i can add a option to hide it completely.

All 3 comments

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!!!

Was this page helpful?
0 / 5 - 0 ratings