Cuotas compactas

This commit is contained in:
Juan Pablo Vial
2024-05-10 10:48:19 -04:00
parent e2c68a14d1
commit 71bbe7f2d7

View File

@ -28,7 +28,7 @@
<div class="column">Cuotas</div> <div class="column">Cuotas</div>
<div class="column">{{$venta->formaPago()->pie->cuotas}}</div> <div class="column">{{$venta->formaPago()->pie->cuotas}}</div>
</div> </div>
<table class="ui table" id="cuotas"> <table class="ui compact table" id="cuotas">
<thead> <thead>
<tr> <tr>
<th>#</th> <th>#</th>
@ -299,7 +299,7 @@
zeroRecords: 'No se encotró cuotas con ese criterio', zeroRecords: 'No se encotró cuotas con ese criterio',
search: 'Buscar: ' search: 'Buscar: '
}, },
pageLength: "25", pageLength: "100",
columnDefs: [ columnDefs: [
{ {
target: 1, target: 1,