Hi All,
Now I have a requirement to create a table with several checkbox columns which is like the below picture. If the user selects the header checkbox, the whole column will be checked.

Now I realize it by creating a table and then adding columns with looping the checkbox lists and then adding cells. While it's not smart and the selecting action need to code separately. Is there any other ways to create table like this? It's appreciate for any suggestion.
Thanks,
Mengchi