Skip to main content

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?

Were you able to get a solution to this?


Matt and Sneha,

That snippet should work, as long as the id you specify is the same as the unique Id property of the component you want to rerender.

Thanks!
Amy


this seems to work for tab set but Tab Panel… any idea why?


Reply