Ocultar columna temporalmente

This commit is contained in:
El Mau 2021-12-27 21:33:34 -06:00
parent 7fe5251153
commit 54ab86a089
1 changed files with 1 additions and 1 deletions

View File

@ -860,7 +860,7 @@ webix.editors.$popup = {
var grid_cols_carta_ubicaciones = [
{id: 'id', header: 'ID', hidden: true},
{id: 'delete', header: '', width: 30, css: 'delete'},
{id: 'delete', header: '', hidden: true, width: 30, css: 'delete'},
{id: 'TipoUbicacion', header: 'Tipo de Ubicación', editor: 'select', options: opt_origen_destino, fillspace: 1},
{id: 'RFCRemitenteDestinatario', header: 'RFC Rem/Des', editor: 'text', fillspace: 1},
{id: 'FechaHoraSalidaLlegada', header: 'Fecha/Hora', editor: 'date', format: webix.Date.dateToStr("%D, %d-%M-%Y %h:%i"), footer: 'Total distancia:', fillspace: 1},