mirror of
https://github.com/welton89/RRBEC.git
synced 2026-04-05 13:35:42 +00:00
feat: buscar reativa em products
This commit is contained in:
@@ -19,10 +19,12 @@ Produtos
|
||||
|
||||
<body>
|
||||
<div class="grid-container">
|
||||
<div ><input type="text"></div>
|
||||
<div >
|
||||
<input type="text" id="search-product" name="search-product" placeholder="Buscar Produto" hx-get="{% url 'searchProduct' %}" hx-trigger="keyup" hx-target="#product-list"><br>
|
||||
</div>
|
||||
<button onclick="openModal()" id="openModal">Adicionar Novo Produto</button>
|
||||
|
||||
<table id="list-products">
|
||||
<table id="product-list">
|
||||
<tr>
|
||||
<th style="text-align: left;">Produto</th>
|
||||
<th style="text-align: left;width: 20%;">Preço</th>
|
||||
|
||||
Reference in New Issue
Block a user