Can I fixed row with form?
Can I fixed row with form?
Gittwell
Posts: 1Questions: 1Answers: 0
I'm trying to include a table row with a form to add new data to the table. This row should always be the first row. But when filtering, the row shifts. If you put such a row in tfoot, the submit button does not work. What can be done in this situation? Are there any built-in features for this?
Answers
See if the absolute sorting plugin does what you want.
Possibly use a hidden column, using
columns.visible
, with data that will allow this row to sort to the top.Kevin
If you are using the Editor you can use the
createInline
button like this example.Kevin