Table.title
#1078
|
The table component has a description property as a footer, but it doesn't have a title property as a header. Do I need to create my own component to add it? It's probably easier to just add text before the table, but a title as a standard element would clearly be more convenient. |
Answered by
lovasoa
Nov 2, 2025
Replies: 2 comments
|
Indeed, you can use the text component to insert headers in your page in between other components (tables and others). |
0 replies
Answer selected by
Aesth
|
Thanks for the reply. Yes, that's exactly the solution I'm thinking of. I was just a little surprised that the table has a "footer" but no "header." |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Indeed, you can use the text component to insert headers in your page in between other components (tables and others).