Can i add the same data table in more than one tab ?
You can use the same config, but the dataset should be copied via
data:webix.copy(dataset)
to avoid any data collision:
Can i add the same data table in more than one tab ?
You can use the same config, but the dataset should be copied via
data:webix.copy(dataset)
to avoid any data collision: