Hello:
We have this source :
dhx.ui({
rows:[
{
id:‘pacientes_ContenedorCabeceraFiltro’,
template:“http->cabecera.html”,
height:80
},
{
id:‘pacientes_ContenedorFiltro’,
template:“http->prueba2.html”,
hidden: true
}
]
});
When we do $$(‘pacientes_ContenedorFiltro’).show() it doesn’t work. We don’t see anything
However if we do $$(‘pacientes_ContenedorFiltro’).hide() and $$(‘pacientes_ContenedorFiltro’).show() without hidden:true it works fine. Any Idea?
sorry for my english is not so good