Documentation

hide

hides view. Used while integrating with Webix Touch

void hide();

See also

Example

$$('mylist').hide();

Details

The method doesn't have any sense for standalone DataTable

Back to top