https://github.com/GriddleGriddle/Griddle
Griddle Tables for React
Column property set to visible = 'false'
, not working. Does anyone have a fix or workaround for this?
const columnMeta = [
{
'columnName': 'Date Submitted',
customComponent: CustomDateComponent
}
{
'columnName':'Action',
'sortable':false,
'visible':false
}
];