support more attributes in html tables #633
cjhabs
started this conversation in
Feature Requests
Replies: 1 comment
-
Agree that the table formatting is very limited. Other options that would be nice to have:
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi
Table presentation is very limited currently.
The only "override" I could find that works is the "width" attribute for the columns.
I would like to be able to define a border for the table:
<table border="1">
This could be done using CSS also if that was supported.
I would also like to span columns:
<tr><td colspan="3">This spans a 3 column table</td></tr>
Being able to apply custom CSS to format the table header and stripe alternate rows for example, would be ideal.
Hopefully others have a need for this also.
Thanks
Chris
Beta Was this translation helpful? Give feedback.
All reactions