mirror of
https://git.imnavajas.es/jjimenez/erp-imprimelibros.git
synced 2026-01-24 09:40:21 +00:00
24 lines
1.2 KiB
HTML
24 lines
1.2 KiB
HTML
<div th:fragment="tabla-redsys">
|
|
<table id="pagos-redsys-datatable" class="table table-striped table-nowrap responsive w-100">
|
|
<thead>
|
|
<tr>
|
|
<th scope="col" th:text="#{pagos.table.cliente.nombre}">ID</th>
|
|
<th scope="col" th:text="#{pagos.table.redsys.id}">Cliente</th>
|
|
<th scope="col" th:text="#{pagos.table.pedido.id}">Pedido</th>
|
|
<th scope="col" th:text="#{pagos.table.cantidad}">Cantidad</th>
|
|
<th scope="col" th:text="#{pagos.table.fecha}">Fecha</th>
|
|
<th scope="col" th:text="#{pagos.table.acciones}">Acciones</th>
|
|
</tr>
|
|
<tr>
|
|
<th><input type="text" class="form-control form-control-sm presupuesto-filter" data-col="user.fullName" /></th>
|
|
<th><input type="text" class="form-control form-control-sm presupuesto-filter" data-col="user.fullName" /></th>
|
|
<th><input type="text" class="form-control form-control-sm presupuesto-filter" data-col="payments.gateway_order_id" /></th>
|
|
<th></th>
|
|
<th></th>
|
|
<th></th> <!-- Acciones (sin filtro) -->
|
|
</tr>
|
|
</thead>
|
|
<tbody>
|
|
</tbody>
|
|
</table>
|
|
</div> |