Hi,
I use php code for generated table rows to work with DataTable. There i have an <a> tag in each row where on click on them an ajax action triggered. But this ajax action only work on the first set of record, if i go to page number 2 its not working.
Any help on this will be appreciated.
Thanks
I use php code for generated table rows to work with DataTable. There i have an <a> tag in each row where on click on them an ajax action triggered. But this ajax action only work on the first set of record, if i go to page number 2 its not working.
<script type="text/javascript" charset="utf-8"> $(document).ready(function() { oTable = $('#dtplugin').dataTable({ "oLanguage": { "sSearch": "" }, "aoColumnDefs": [{ "bSortable": false, "aTargets": [3] }] }); }); </script>
Any help on this will be appreciated.
Thanks