Maximum number of rows with fixedColumns?
Maximum number of rows with fixedColumns?
lfranke
Posts: 2Questions: 2Answers: 0
in FixedColumns
Here is the sample: http://live.datatables.net/zusupenu/1/
This is from a Salesforce.com page.
If I remove the last <tr> it works. I checked to see if there was anything different about that particular row and did not find anything. I removed all of the <td> within the <tr> and the fixedcolumn still failed.
thanks,
lee
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Thanks for the link. Two issues with the HTML that was preventing it from working:
tbody
elementUpdated example: http://live.datatables.net/siyeruku/1/edit .
Allan