-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Styling removing cell padding and theming #6
Comments
Hi, the created table is a simple html table, so there should be a lot of guides on how to style an html table on the net. :) If you refer to Lumo styling, the addon does not provide any Lumo integration at the moment, so changing Lumo variables do not affect the table at the moment. Maybe at a later time I will add some support for that. |
Thanks Stefan, I also added the Class names to both TableRows, and Table. I can see the effects on the HTML code inspection, still. TableRow row = yearTable.addRow(); yearTable.getStyle().set("font-size", "12px"); |
Thanks for the Addon, any idea how to style the table, remove the cell padding to make the tables smaller, I managed to make the font size smaller, that is it.
The text was updated successfully, but these errors were encountered: