how to integrate JQuery DataTables in asp.net ListView control,
how to integrate JQuery DataTables in asp.net ListView control,
ganeshtwi
Posts: 2Questions: 1Answers: 0
$(function () {
$("#lvmain").dataTable(
{
searching: true,
ordering: true
}
);
})
like that i'm using it shows only table without searchbox and paging features, i need search option and paging feature what i do.
This discussion has been closed.
Answers
please reply me