manuelgtz / jquery-datatables-editable

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

"btnAddNewRow", button is not visible #162

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
"btnAddNewRow", button is not visible
"btnDeleteRow", is visible

christian france
datatable 1.94

Original issue reported on code.google.com by manon.ho...@gmail.com on 26 Dec 2013 at 12:11

GoogleCodeExporter commented 9 years ago
I just had this issue, I found the problem was I needed to add a form

<form id="formAddNewRow" action="#" title="Add new record">
    <your add form elements here>
</form>

Original comment by ahids...@gmail.com on 7 Aug 2014 at 9:09