An extension to this converstion: https://community.skuid.com/t/toggle-tab-labels-on-off. I thought it warranted its own question.
I’m running this snippet to try to re-render a tabset:
var $ = skuid.$; var tabs = skuid.component.getById('CaseTabs'); tabs.render();
Nothing happens.
Am I using getById function incorrectly?