-
Updated
Dec 1, 2020 - HTML
dashboard
Here are 399 public repositories matching this topic...
-
Updated
Oct 27, 2020 - HTML
-
Updated
Mar 28, 2020 - HTML
-
Updated
Jan 3, 2019 - HTML
-
Updated
Nov 16, 2020 - HTML
-
Updated
Sep 24, 2020 - HTML
-
Updated
Nov 19, 2020 - HTML
-
Updated
Oct 1, 2020 - HTML
-
Updated
Jun 19, 2020 - HTML
-
Updated
Sep 6, 2020 - HTML
-
Updated
Aug 17, 2020 - HTML
-
Updated
Nov 30, 2020 - HTML
-
Updated
Jul 17, 2020 - HTML
-
Updated
Oct 4, 2019 - HTML
-
Updated
Jul 19, 2019 - HTML
-
Updated
Jan 24, 2020 - HTML
-
Updated
Nov 4, 2020 - HTML
-
Updated
Jan 22, 2018 - HTML
-
Updated
Aug 19, 2019 - HTML
-
Updated
Aug 13, 2020 - HTML
-
Updated
Nov 30, 2020 - HTML
-
Updated
Nov 12, 2020 - HTML
Improve this page
Add a description, image, and links to the dashboard topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the dashboard topic, visit your repo's landing page and select "manage topics."
When you open page UI Elements -> Cards i see TABS are not showing content until you click on other and back on first, same for pills.
Possible fix : ( worked for me )
<script type="text/javascript"> $(document).ready(function(){ $('.nav-item').tab('show'); $('.nav-tabs li a:first').trigger('click'); }); </script>