Closed yafater closed 5 years ago
@yafater Enable sticky tabs
@kullar84 even if you enable the sticky tabs how you trigger the click on ajax content?
echo TabsX::widget([ 'enableStickyTabs' => true,
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I'm using Tab-x. my codes are these
$items = [
]; // Ajax Tabs Above echo TabsX::widget([ 'items'=>$items, 'position'=>TabsX::POS_ABOVE, 'encodeLabels'=>false ]); I want to show my active item that handles via url when my page is loading.How can I do that?