6
Reply

i need a jquery datatable for listview in asp.net

Ask a question
Ganesh R

Ganesh R

9y
1.2k
1
<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)