Ganesh R

Ganesh R

  • NA
  • 7
  • 2k

i need a jquery datatable for listview in asp.net

Dec 1 2014 12:25 AM
<script type="text/javascript">
$(function () {
$("#example").prepend($("<thead></thead>").append($(this).find("tr:first"))).dataTable(
{
pageSize: 3,
searching: true,
ordering: false
}
);
})
</script>
this is my code example is listview id but its not working what i do for this,please help me. 

Answers (6)