naive-ui icon indicating copy to clipboard operation
naive-ui copied to clipboard

feat(): add DataTable header cell HTML props and table caption prop

Open jakubhruby opened this issue 1 month ago • 1 comments

For accessible web we need to be able to add some ARIA attrs directly to <th> cells. It can be done in the same way as cellProps for regular <td>s . Adding component prop caption to generate <caption> for the same reason.

jakubhruby avatar Oct 30 '25 13:10 jakubhruby