javascript - Create a table with required & optional checkbox columns & check-one only columns -
i need create table containing check-boxes few specific needs e-mail feature.
(yes, know radio buttons have feature choosing either or, it's not i'm looking have done.)
this table has 11 columns , x amount of rows:
first column contains e-mail addresses.
the second blank dividing rest of purpose, maybe button, etc.
the next columns filled check-boxes in 4 have special requirements:
columns 4 & 5 can have 1 or other check-box ticked in
(i.e. if column 4 has check, column 5 unchecked , vice
versa). code have found here works, option remains checked; not allowing user not choose between two.columns 8 & 9 optional/required check-boxes
(i.e. if column 9 checked, column 8. however, column 8 can checked without column 9 checked.
i've gotten other code section of page (with similar requirements, not in table) might worth making table's code bit more flexible include entire page other single instances of check-boxes.
i've made jsbin of i've tried make far (also pieced other questions here), i'm stumped @ making search per row elements.
Comments
Post a Comment