I’m currently designing a table an I want to insert a checkbox for every column. In the table’s header I want to place also a checkbox. If the user checks the box in the header, all records/columns in that table should be checked also.
I found this video and it seems to work, but I’m missing the “selected” value from the table. Just take a look at the video: https://youtu.be/ImJausGZLs4?t=223 (Video is starting at 3:50).
Someone has in idea to achieve this in a table element?