2 years ago
#368900

user11913484
Bootstrap 5 Table toolbar jumping while loading page
I am using Bootstrap 5 to display a table with toolbar class e.g data-search , the problem is, that the page is "jumping" during the loading process.
Here is the code for the table:
<table id="table" data-toggle="table" data-toolbar=".toolbar" data-sort-class="table-active" data-search="true" data-sortable="true" data-sort-name="id" data-sort-order="asc" class="table">
With the above code the search field "jumps" down e.g. moves the page down, when the toolbar is geting active.
Does anyone know the css trick to fix the height of the toolbar class, that the page does not "jump" anymore while loading?
css
twitter-bootstrap
toolbar
0 Answers
Your Answer