I have a MaterialTable in a React application and I need to align center the text on columns, fix the font size for the text on the columns. Also need to fix the width for the Actions column because the space between the actions column and the first data column seems more than desirable.
I have tried:
cellStyle: {text-align:'center', font-size='8'},
headerStyle: {text-align:'center', font-size='8'}
I need to align center the text on columns, set the font size of text and fix the width for the actions column on a React Material Table