$(document).ready(function () {
$('#gdvProject').DataTable({
responsive: true
});
$(".table:first").prepend($("<thead>
</thead>").append($(this).find("tr:first"))).dataTable({
"lengthMenu": [[10, 25, 50, -1], [10, 25, 50, "All"]]
});
});
</script>
Это мой скрипт Gridview, Gridview не работает должным образом .. Мой идентификатор Gridview - gdvProject