Set name in the actions column.
Hello, how can I assign a name in the <thead> of the actions column? I need to customize an action and it must have a title in the column. Thank you.
recordActionsColumnLabel (not in the docs) you can use if i understand you correct (V4)recordActionsColumnLabelth.fi-ta-actions-header-cell.fi-ta-empty-header-cell:before {
content: 'WOOP';
} $table
->recordActionsColumnLabel("Actions")