0
Whoa, look at me again. Guys, I’ve been able to do a lot on my own in this bootstrap template, in trial and error, and by researching the documentation, I’ve been able to get almost everything the way I want it. But I’m picking up to make the modifications I need on this specific page of my site. I would like to add a search filter, similar to this: https://prnt.sc/mri80y. In addition to decreasing the size of the table letters so that all the information fits on the same page. My website: http://tratspay.com/app/todas-vendas.html Current code of the table:
<!-- Main content -->
<div class="content">
<!-- Small boxes (Stat box) -->
<div class="row">
<div class="col-lg-3">
<!-- /.box-body -->
</div>
<!-- /.box -->
</div>
<!-- /.col -->
<div class="col-lg-12">
<div class="info-box">
<div class="box-body">
<div class="right-page-header">
<div class="d-flex">
<div class="align-self-center">
</div>
<div class="ml-auto">
</div>
</div>
</div>
<div class="table-responsive">
<table id="example2" class="table table-bordered table-hover no-wrap">
<thead>
<tr>
<th>Transação</th>
<th>Produto</th>
<th>Afiliado</th>
<th>Forma de Pagto</th>
<th>Status</th>
<th>Data de Pedido</th>
<th>Data de Finalização</th>
<th>Valor de Venda</th>
<th>Comissão</th>
</tr>
</thead>
<tbody>
<tr>
<td>1</td>
<td><img src="dist/img/img1.jpg" class="img-circle img-w-30" alt="User Image"> <a href="#">Formula do Juliano</a></td>
<td>Jackson Oliveira<p>Email: [email protected] <p>44-1234-1234</p></td>
<td><img src="dist/img/img1.jpg" class="img-circle img-w-30" alt="User Image"> <a href="#">Alexander</a></td>
<td>Cartão de Crédito</td>
<td><span class="label label-success">Concluído</span></td>
<td>12/12/12</td>
<td>12/12/12</td>
<td>R$ 97,00</td>
<td>R$ 43,20</td>
</tr>
<tr>
<td>1</td>
<td><img src="dist/img/img1.jpg" class="img-circle img-w-30" alt="User Image"> <a href="#">Formula do Juliano</a></td>
<td>Jackson Oliveira<p>Email: [email protected] <p>44-1234-1234</p></td>
<td><img src="dist/img/img1.jpg" class="img-circle img-w-30" alt="User Image"> <a href="#">Alexander</a></td>
<td>Cartão de Crédito</td>
<td><span class="label label-info">Finalizado</span></td>
<td>12/12/12</td>
<td>12/12/12</td>
<td>R$ 97,00</td>
<td>R$ 43,20</td>
</tr>
<tr>
<td>1</td>
<td><img src="dist/img/img1.jpg" class="img-circle img-w-30" alt="User Image"> <a href="#">Formula do Juliano</a></td>
<td>Jackson Oliveira<p>Email: [email protected] <p>44-1234-1234</p></td>
<td><img src="dist/img/img1.jpg" class="img-circle img-w-30" alt="User Image"> <a href="#">Alexander</a></td>
<td>Cartão de Crédito</td>
<td><span class="label label-warning">Aguardando</span></td>
<td>12/12/12</td>
<td>12/12/12</td>
<td>R$ 97,00</td>
<td>R$ 43,20</td>
</tr>
<tr>
<td>1</td>
<td><img src="dist/img/img1.jpg" class="img-circle img-w-30" alt="User Image"> <a href="#">Formula do Juliano</a></td>
<td>Jackson Oliveira<p>Email: [email protected] <p>44-1234-1234</p></td>
<td><img src="dist/img/img1.jpg" class="img-circle img-w-30" alt="User Image"> <a href="#">Alexander</a></td>
<td>Cartão de Crédito</td>
<td><span class="label label-success">Concluído</span></td>
<td>12/12/12</td>
<td>12/12/12</td>
<td>R$ 97,00</td>
<td>R$ 43,20</td>
</tr>
<tr>
<td>1</td>
<td><img src="dist/img/img1.jpg" class="img-circle img-w-30" alt="User Image"> <a href="#">Formula do Juliano</a></td>
<td>Jackson Oliveira<p>Email: [email protected] <p>44-1234-1234</p></td>
<td><img src="dist/img/img1.jpg" class="img-circle img-w-30" alt="User Image"> <a href="#">Alexander</a></td>
<td>Cartão de Crédito</td>
<td><span class="label label-success">Concluído</span></td>
<td>12/12/12</td>
<td>12/12/12</td>
<td>R$ 97,00</td>
<td>R$ 43,20</td>
</tr>
<tr>
<td>1</td>
<td><img src="dist/img/img1.jpg" class="img-circle img-w-30" alt="User Image"> <a href="#">Formula do Juliano</a></td>
<td>Jackson Oliveira<p>Email: [email protected] <p>44-1234-1234</p></td>
<td><img src="dist/img/img1.jpg" class="img-circle img-w-30" alt="User Image"> <a href="#">Alexander</a></td>
<td>Cartão de Crédito</td>
<td><span class="label label-success">Concluído</span></td>
<td>12/12/12</td>
<td>12/12/12</td>
<td>R$ 97,00</td>
<td>R$ 43,20</td>
</tr>
<tr>
<td>1</td>
<td><img src="dist/img/img1.jpg" class="img-circle img-w-30" alt="User Image"> <a href="#">Formula do Juliano</a></td>
<td>Jackson Oliveira<p>Email: [email protected] <p>44-1234-1234</p></td>
<td><img src="dist/img/img1.jpg" class="img-circle img-w-30" alt="User Image"> <a href="#">Alexander</a></td>
<td>Cartão de Crédito</td>
<td><span class="label label-success">Concluído</span></td>
<td>12/12/12</td>
<td>12/12/12</td>
<td>R$ 97,00</td>
<td>R$ 43,20</td>
</tr>
<tr>
<td>1</td>
<td><img src="dist/img/img1.jpg" class="img-circle img-w-30" alt="User Image"> <a href="#">Formula do Juliano</a></td>
<td>Jackson Oliveira<p>Email: [email protected] <p>44-1234-1234</p></td>
<td><img src="dist/img/img1.jpg" class="img-circle img-w-30" alt="User Image"> <a href="#">Alexander</a></td>
<td>Cartão de Crédito</td>
<td><span class="label label-success">Concluído</span></td>
<td>12/12/12</td>
<td>12/12/12</td>
<td>R$ 97,00</td>
<td>R$ 43,20</td>
</tr>
<tr>
<td>1</td>
<td><img src="dist/img/img1.jpg" class="img-circle img-w-30" alt="User Image"> <a href="#">Formula do Juliano</a></td>
<td>Jackson Oliveira<p>Email: [email protected] <p>44-1234-1234</p></td>
<td><img src="dist/img/img1.jpg" class="img-circle img-w-30" alt="User Image"> <a href="#">Alexander</a></td>
<td>Cartão de Crédito</td>
<td><span class="label label-success">Concluído</span></td>
<td>12/12/12</td>
<td>12/12/12</td>
<td>R$ 97,00</td>
<td>R$ 43,20</td>
</tr>
<tr>
<td>1</td>
<td><img src="dist/img/img1.jpg" class="img-circle img-w-30" alt="User Image"> <a href="#">Formula do Juliano</a></td>
<td>Jackson Oliveira<p>Email: [email protected] <p>44-1234-1234</p></td>
<td><img src="dist/img/img1.jpg" class="img-circle img-w-30" alt="User Image"> <a href="#">Alexander</a></td>
<td>Cartão de Crédito</td>
<td><span class="label label-success">Concluído</span></td>
<td>12/12/12</td>
<td>12/12/12</td>
<td>R$ 97,00</td>
<td>R$ 43,20</td>
</tr>
<tr>
<td>1</td>
<td><img src="dist/img/img1.jpg" class="img-circle img-w-30" alt="User Image"> <a href="#">Formula do Juliano</a></td>
<td>Jackson Oliveira<p>Email: [email protected] <p>44-1234-1234</p></td>
<td><img src="dist/img/img1.jpg" class="img-circle img-w-30" alt="User Image"> <a href="#">Alexander</a></td>
<td>Cartão de Crédito</td>
<td><span class="label label-success">Concluído</span></td>
<td>12/12/12</td>
<td>12/12/12</td>
<td>R$ 97,00</td>
<td>R$ 43,20</td>
</tr>
<tr>
<td>1</td>
<td><img src="dist/img/img1.jpg" class="img-circle img-w-30" alt="User Image"> <a href="#">Formula do Juliano</a></td>
<td>Jackson Oliveira<p>Email: [email protected] <p>44-1234-1234</p></td>
<td><img src="dist/img/img1.jpg" class="img-circle img-w-30" alt="User Image"> <a href="#">Alexander</a></td>
<td>Cartão de Crédito</td>
<td><span class="label label-success">Concluído</span></td>
<td>12/12/12</td>
<td>12/12/12</td>
<td>R$ 97,00</td>
<td>R$ 43,20</td>
</tr>
<tr>
<td>1</td>
<td><img src="dist/img/img1.jpg" class="img-circle img-w-30" alt="User Image"> <a href="#">Formula do Juliano</a></td>
<td>Jackson Oliveira<p>Email: [email protected] <p>44-1234-1234</p></td>
<td><img src="dist/img/img1.jpg" class="img-circle img-w-30" alt="User Image"> <a href="#">Alexander</a></td>
<td>Cartão de Crédito</td>
<td><span class="label label-success">Concluído</span></td>
<td>12/12/12</td>
<td>12/12/12</td>
<td>R$ 97,00</td>
<td>R$ 43,20</td>
</tr>
<tr>
<td>1</td>
<td><img src="dist/img/img1.jpg" class="img-circle img-w-30" alt="User Image"> <a href="#">Formula do Juliano</a></td>
<td>Jackson Oliveira<p>Email: [email protected] <p>44-1234-1234</p></td>
<td><img src="dist/img/img1.jpg" class="img-circle img-w-30" alt="User Image"> <a href="#">Alexander</a></td>
<td>Cartão de Crédito</td>
<td><span class="label label-success">Concluído</span></td>
<td>12/12/12</td>
<td>12/12/12</td>
<td>R$ 97,00</td>
<td>R$ 43,20</td>
</tr>
<tr>
But on the filter you need the btns next to each other with the icon in eh this?
– hugocsl
I’d need the buttons and the search fields, you know?
– Igor Rosa