Rowlink issue on pagination
Rowlink issue on pagination
I am using twitter bootstrap and datatables with pagination, and I am using rowlinks for the data in the table. The problem that I am running into is that the rowlinks only work on the first page of the table. I think the problem is that only the links on the first page of the datatable are being loaded. How can load all of the links on a table?
[code]
$(document).ready(function() {
var oTable = $('#table_id').dataTable( {
"sPaginationType": "bootstrap"
} );
} );
[/code]
http://debug.datatables.net/irejol
Thanks!
[code]
$(document).ready(function() {
var oTable = $('#table_id').dataTable( {
"sPaginationType": "bootstrap"
} );
} );
[/code]
http://debug.datatables.net/irejol
Thanks!
This discussion has been closed.