Closed monasha-s closed 8 years ago
Interesting, I hadn't heard of that tag before. The easiest thing would be to insert it with jquery after the template is rendered, like $('.reactive-table thead').before('<caption>My Caption</caption>')
. That way there's no need to change the package.
Thank u, that worked
How to provide caption to the Reactive Table? I need the caption as when exporting the table using caption I can rename the file. Is there a way to add it?