Pesquisar na tabela
by Rapha Souza
HTML
<script src="//code.jquery.com/jquery-3.3.1.slim.min.js"></script>
<link rel="stylesheet" href="//stackpath.bootstrapcdn.com/bootstrap/4.1.0/css/bootstrap.min.css">
<script src="//cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.0/umd/popper.min.js"></script>
<script src="//stackpath.bootstrapcdn.com/bootstrap/4.1.0/js/bootstrap.min.js"></script>
<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
<div class="container">
<div class="row">
<div class="col-md-3">
<form action="#" method="get">
<div class="input-group">
<!-- USE TWITTER TYPEAHEAD JSON WITH API TO SEARCH -->
<select class="form-control" id="system-search" name="system-search" placeholder="Search for" required>
<option value="">Selecione</option>
<option value="0001">0001</option>
<option value="hp">HP</option>
</select>
</div>
</form>
</div>
<table class="table table-bordered table-list-search" id="tabelaImprimir">
<thead>
<tr>
<th>Item</th>
<th>Descrição do Item</th>
<th>Qt Contagem Informada</th>
<th>UN</th>
<th>Qtd Requisitada</th>
<th>Qtd Atendida</th>
<th>Qtd a Atender</th>
<th>Status do Item</th>
</tr>
</thead>
<tbody id="bodyTabela">
<tr id="idTr1" style="display: "><td id="itcodigo1">03.041.0001</td><td id="descricaoitem1">CARTUCHO HP 94 PRETO</td><td id="QtdContagemEstoque1">1</td><td id="Un91">UN</td><td id="QtdRequisitada181"></td><td id="QuantidadeAtendida191"></td><td id="QtdSaldoaAtender201"></td><td id="StatusdoItem431">Em digitação</td></tr><tr id="idTr2" style="display: "><td id="itcodigo2">03.041.0002</td><td...
CSS
.row {
background: #f8f9fa;
margin-top: 20px;
}
.col {
border: solid 1px #6c757d;
padding: 10px;
}