Searchbar in dynamic tables

- Took care of it on responsive , it works just fine now.
This commit is contained in:
Nicolae Gabriel 2016-12-08 15:00:48 +02:00
parent 78b002b252
commit c27ee55996
3 changed files with 19 additions and 3 deletions

File diff suppressed because one or more lines are too long

3
build/css/rtl.css Normal file
View file

@ -0,0 +1,3 @@

View file

@ -2891,6 +2891,7 @@
<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.
</p>
<table id="datatable-responsive" class="table table-striped table-bordered dt-responsive nowrap" cellspacing="0" width="100%">
<thead>
<tr>
@ -3536,6 +3537,7 @@
</tbody>
</table>
</div>
</div>
</div>