DataTable with Form inside every Table Row
DataTable with Form inside every Table Row
I was hoping that Datatable features (Sorting, Searching, Pagination etc) would work for the below HTML Table wherein i have a form inside every table row.
[code]
Company name
Address
Town
Emkay Entertainments
Nobel House, Regent Centre
Lothian
The Empire
Milton Keynes Leisure Plaza
Buckinghamshire
Asadul Ltd
Hophouse
Essex
Ashley Mark Publishing Company
1-2 Vance Court
Tyne & Wear
[/code]
I am seeing the following exception:
[code]jquery.dataTables.js 'length' is null or not an object on Line:719[/code]
I know this happens because i have the table data enveloped by a form. Wondering if there is a way to get it to work. Would highly appreciate any recommendation around the same.
[code]
Company name
Address
Town
Emkay Entertainments
Nobel House, Regent Centre
Lothian
The Empire
Milton Keynes Leisure Plaza
Buckinghamshire
Asadul Ltd
Hophouse
Essex
Ashley Mark Publishing Company
1-2 Vance Court
Tyne & Wear
[/code]
I am seeing the following exception:
[code]jquery.dataTables.js 'length' is null or not an object on Line:719[/code]
I know this happens because i have the table data enveloped by a form. Wondering if there is a way to get it to work. Would highly appreciate any recommendation around the same.
This discussion has been closed.
Replies
Allan