Skip to content Skip to sidebar Skip to footer

Adding A Toolbar To A Table Following Html Semantics

I have a basic HTML table like so:

Solution 1:

IMHO, since the toolbar is related to the tabular data, I see no semantic issue with having that toolbar live in a row in the thead.


Post a Comment for "Adding A Toolbar To A Table Following Html Semantics"

Element?

I have a table and I need the cells to have an element posi…