make datatables load much faster
parent
7325db0a3a
commit
1130b1ad53
File diff suppressed because one or more lines are too long
|
@ -20,7 +20,7 @@
|
|||
</div>
|
||||
|
||||
<div class="overflow-x-auto mt-3">
|
||||
<table class="datatable table table-striped mb-5">
|
||||
<table class="datatable d-none table table-striped mb-5">
|
||||
<thead class="bg-primary text-white">
|
||||
<tr>
|
||||
<th>#</th>
|
||||
|
|
|
@ -40,7 +40,7 @@
|
|||
<script defer src="{{'js/hats.js' | asset}}"></script>
|
||||
|
||||
<div class="overflow-x-auto mt-3 mb-5">
|
||||
<table class="datatable table table-striped shop">
|
||||
<table class="datatable d-none table table-striped shop">
|
||||
<thead class="bg-primary text-white">
|
||||
<tr>
|
||||
<th class="disable-sort-click">Hat</th>
|
||||
|
|
Loading…
Reference in New Issue