Searchbar in dynamic tables

- Took care of it on responsive , it works just fine now.
pull/343/head
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="col-md-12 col-sm-12 col-xs-12">
<div class="x_panel"> <div class="x_panel">
<div class="x_title"> <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"> <ul class="nav navbar-right panel_toolbox">
<li><a class="collapse-link"><i class="fa fa-chevron-up"></i></a> <li><a class="collapse-link"><i class="fa fa-chevron-up"></i></a>
</li> </li>
@ -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>
@ -3535,7 +3536,8 @@
</tr> </tr>
</tbody> </tbody>
</table> </table>
</div> </div>
</div> </div>
</div> </div>