Is there any way to align the header in a slick grid to center and the text in the columns to left? any css files need modification or something else?
Please guide.
var columns = [
{ id: "colEmpId", name: 'Number', field: "EmpId", "unselectable": false },
{ id: "colLastName", name: 'Last Name', field: "LastName", "unselectable": false },
{ id: "colFirstName", name: 'First Name', field: "FirstName", "unselectable": false }
];
This is column definition