Implementing tabs that changes the whole page
How do I implement a tab that will change the whole page and set the url?
The current setup of that is that you can click multiple tabs without affecting the url.
In my case I have a lots of tabs and some tabs contains tables and I don't want the page to load all the contents of those tabs in one go as it will severely affect the resource and performance on the server.
Please see the demo
The current setup of that is that you can click multiple tabs without affecting the url.
In my case I have a lots of tabs and some tabs contains tables and I don't want the page to load all the contents of those tabs in one go as it will severely affect the resource and performance on the server.
Please see the demo