hendisantika / jquery-datatables-editable

Automatically exported from code.google.com/p/jquery-datatables-editable
0 stars 1 forks source link

How to create add form with less fields than the table columns? #44

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
When using the adding new row feature, the data added to the table should be 
loaded from returned json.

The add new row form could not have the same number of fields and not the sames 
values that there is in the table.

Original issue reported on code.google.com by nahuel.a...@revues.org on 15 Jul 2011 at 11:47

GoogleCodeExporter commented 8 years ago
In this implementation row data are populated from the form. If you have more 
fields in the table than in the form then I assume that other values are 
defualt ones (i.e. constants) in that case you can put these constant values in 
the hidden fields in the add new row form and they will be placed in the table.

Original comment by joc...@gmail.com on 15 Sep 2011 at 9:08

GoogleCodeExporter commented 8 years ago

Original comment by joc...@gmail.com on 22 Sep 2011 at 8:42