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

@ -2869,7 +2869,7 @@
<div class="col-md-12 col-sm-12 col-xs-12">
<div class="x_panel">
<div class="x_title">
<h2>Responsive example <small>Users</small></h2>
<h2>Responsive example<small>Users</small></h2>
<ul class="nav navbar-right panel_toolbox">
<li><a class="collapse-link"><i class="fa fa-chevron-up"></i></a>
</li>
@ -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>
@ -3535,7 +3536,8 @@
</tr>
</tbody>
</table>
</div>
</div>
</div>