fix table role
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
<div class="clearfix"></div>
|
<div class="clearfix"></div>
|
||||||
<div class="dataTables_wrapper dt-bootstrap4">
|
<div class="dataTables_wrapper dt-bootstrap4">
|
||||||
@include('backend.layouts.partials.messages')
|
@include('backend.layouts.partials.messages')
|
||||||
<div class="table-responsive">
|
<div class="">
|
||||||
<table id="dataTable"
|
<table id="dataTable"
|
||||||
class="table table-bordered table-striped table-head-fixed dataTable dtr-inline"
|
class="table table-bordered table-striped table-head-fixed dataTable dtr-inline"
|
||||||
style="width:100%">
|
style="width:100%">
|
||||||
@@ -105,7 +105,7 @@
|
|||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
if ($('#dataTable').length) {
|
if ($('#dataTable').length) {
|
||||||
$('#dataTable').DataTable({
|
$('#dataTable').DataTable({
|
||||||
responsive: false,
|
responsive: true,
|
||||||
dom: 'Bfrtip',
|
dom: 'Bfrtip',
|
||||||
buttons: [
|
buttons: [
|
||||||
'excel', 'pdf', 'print'
|
'excel', 'pdf', 'print'
|
||||||
|
|||||||
Reference in New Issue
Block a user