Show\hide grid in routing

Good day! is it possible to show\hide grid in routing after return a view ? such as in javascript editor we type:
$('.data').show()
$('.data').hide()

Hello @ixxxl,

Why don't you want to show/hide grid container using the code in JavaScript editor?

You can show/hide grid container on form load depending on any condition, e.g. field value, current user name, form set.

1 Like