RejeanLabbe

Results 3 comments of RejeanLabbe

I made changes to set **active** class to the panel. I can now set a different style for the **panel-heading** in the CSS file. `// Toggle the tab when the...

I have also set the active class to the panel if there is an active tab ``` if ( activeTab ) { $(activeTab).collapse('show'); // *************** change **************** $tabGroup.children(".panel").addClass('active'); // *******************************...

@macgile I'm also curious about that. It would be great to be able to set filter items source to a column by binding an observable collection. Thanks