mirror of https://github.com/ColorlibHQ/gentelella
Searchbar in dynamic tables - Took care of it on responsive , it works just fine now.pull/343/head
parent
78b002b252
commit
c27ee55996
File diff suppressed because one or more lines are too long
|
@ -0,0 +1,3 @@
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -2891,6 +2891,7 @@
|
||||||
<p class="text-muted font-13 m-b-30">
|
<p class="text-muted font-13 m-b-30">
|
||||||
Responsive is an extension for DataTables that resolves that problem by optimising the table's layout for different screen sizes through the dynamic insertion and removal of columns from the table.
|
Responsive is an extension for DataTables that resolves that problem by optimising the table's layout for different screen sizes through the dynamic insertion and removal of columns from the table.
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<table id="datatable-responsive" class="table table-striped table-bordered dt-responsive nowrap" cellspacing="0" width="100%">
|
<table id="datatable-responsive" class="table table-striped table-bordered dt-responsive nowrap" cellspacing="0" width="100%">
|
||||||
<thead>
|
<thead>
|
||||||
<tr>
|
<tr>
|
||||||
|
@ -3536,6 +3537,7 @@
|
||||||
</tbody>
|
</tbody>
|
||||||
</table>
|
</table>
|
||||||
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in New Issue