Forum Discussion

juraj7b's avatar
juraj7b
Data Storage
08-08-2023

Correctly render Tabber with SisenseJs

Basically what title says

At the moment when I render Tabber. Its tabs are not interactive (i.e onClick does nothing)

I assume I need to do this by myself? 

If yes how to group widgets to its respective tabs ? I haven't found any indicator in widget's data which widgets belongs where

1 Reply

Replies have been turned off for this discussion
  • Had the same issue, needed to mimic the functionality using javascript. In the widget metadata there is an attribute called tabs that is an array of each tab and contains the IDs of which widgets to hide or display when that tab is clicked.