Is there any feature in HOT to hide columns by name like we usually do as follow to hide columns
hiddenColumns: {
columns: [1,3,4,8],
indicators: true
},
but I want to do it like
hiddenColumns: {
columns: [‘id’,‘created_by’,‘last_modifed’],
indicators: true
}
is there any way to do it ? I want it like this way because when I reorder columns it becomes difficult to keep tract at backend