I want to customize and design table and pagination component.But how? Like i want to set table header color green. How can i do it? Or like in pagination component i want to set background color on page number. Is there any options to customize it? Thanks in advance.
I want to set ant design table components header color to green color how? Or how i edit like customize height,width,background color in table row,col
And how i customize pagination component. Like i want to set background color green on page numbers.
You can use
ConfigProviderto change antd table property header color and cell padding for control height and you can control width from columnsYou can check sandbox example: https://codesandbox.io/p/sandbox/jolly-kilby-3qkz5h
Same way you can control pagination component
You can check ant design theme editor: https://ant.design/theme-editor