Unable to style the colors of Table.Column, text. Table Border #398
-
I am currently using TailwindCSS with Next UI for my table component. I tried to style the Table.Column to my desired background color, and also for border, text to cater for different themes(light/dark mode). Can you share some examples how do you customize the table border color, background, and text color? Appreciate it! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Hey 👋🏻, could you share what are you trying for styling the table column? |
Beta Was this translation helpful? Give feedback.
-
You should use the Table.Column https://codesandbox.io/s/nextui-table-custom-column-css-6l0w0u?file=/App.js |
Beta Was this translation helpful? Give feedback.
You should use the Table.Column
css
prop, here's an example:https://codesandbox.io/s/nextui-table-custom-column-css-6l0w0u?file=/App.js