Remote control a datatable
Remote control a datatable
Can i have my own external javascript controlling the datatable ? I'd like to have my own "search" field and to trigger the ajaxload on the table myself. But how do i feed it the value from the searchbox? Same question for all other datatable widgets ... length selector and pager.
This discussion has been closed.
Replies
Paging: fnPageChange .
Length change: fnLengthChange ( http://datatables.net/plug-ins/api#fnLengthChange )
Allan