I want to make an adaptive table with vertical left header row on mobile like this:
Header 1 data data data
Header 2 data data data
Header 3 data data data
And normal table for desktop like this:
Header 1 Header 2 Header 3
data data data
data data data
Has anybody ideas how can I do this only with CSS and HTML (I want to make table so it can be easy to add new rows by PHP).