JQUERY DATA TABLE PLUGIN IN ASP.NET MVC
"~/Scripts/datatables/jquery.datatables.js",
"~/Scripts/datatable/datatables.bootstrap.js"
"~/Content/datatables/css/datatables.bootstrap.css"
<h2>Index</h2>
@section scripts{
<script>
$(document).ready(function () {
$('#tblRegister').DataTable({
});
});
</script>
}
.
.
<table id="tblRegister" class="table table-border table-striped">
<thead>
.
.
.
.
.
.
</thead>
<tbody>
.
.
.
.
.
.</tbody>
JQUERY DATA TABLE PLUGIN IN ASP.NET MVC
Reviewed by Rikesh
on
June 06, 2023
Rating:
No comments: