Mejora al cargar las transacciones por tramos

This commit is contained in:
2021-08-01 22:53:02 -04:00
parent 4441444d78
commit af988aea6c
7 changed files with 78 additions and 53 deletions

View File

@ -6,7 +6,7 @@ const cuentas = {
parent: () => {
let parent = $(this.id)
if (parent.length === 0) {
const table = $('<table></table>').attr('class', 'ui table').append(
const table = $('<table></table>').attr('class', 'ui striped table').append(
$('<thead></thead>').append(
$('<tr></tr>').append(
$('<th></th>').html('Cuenta')