Skip to content
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

Each Table should have a default CSS for all rows and all cells. #40

Open
mercere99 opened this issue Dec 4, 2015 · 0 comments
Open

Comments

@mercere99
Copy link
Member

Right now each cell in a table has its own Style object, as does each row (plus one for the table as a whole). We should be able to specify a default cell style or row style without needing to go through and change every single cell/row manually.

The difference between these approaches will be especially notable when tables change size so that new rows or cells are created. If a default style is present, they can be made to look correct without much additional work.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant