Open triquetra011 opened 11 years ago
Agreed! Going to make table autoIDs a property that must be explicitly checked to generate them, in which case the ID will be a combination of the tables id and the header id. This will be included in beta 3.
Thanks!
example: <tr> <td name="1" id="1"> ... </tr> <tr> <td name="1" id="1"> ...
Ids must be unique across the whole document. I would suggest setting ids by concatenating a unique table id with unique tr ids with unique th/td ids. It would be also good to let the user to switch ids off.