Each cell has some field, text input, radio buttons or select.
Am I forced to name the fields in such a way so the names embody the row and column indexes?
like “data[row][col]”?
It is kind of a hassle to dynamically create those field names when adding rows or columns to the table..
Can jQuery magic be used here?
Sure can, look here:
Here you go!