-
|
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. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
|
Indeed, you can use the text component to insert headers in your page in between other components (tables and others). |
Beta Was this translation helpful? Give feedback.
-
|
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." |
Beta Was this translation helpful? Give feedback.
Indeed, you can use the text component to insert headers in your page in between other components (tables and others).