Long space under dataTable because of high min-height in wrapper

Long space under dataTable because of high min-height in wrapper

szskdgiszskdgi Posts: 1Questions: 1Answers: 0

I am implementing dataTables in my Laravel 4.2 Proejct on a bootstrap 3 theme. The data table shows up and works flawlessly but the problem is that there is a huuuge space under the data table. The wrapper shows high min-height value when inspected in the browser. It seems that the table is inheriting the height from the total number of rows in the table and then data table shows up. Currently, I have 40 rows in my data table showing in oder of 10 per page but the min-height of the table wrapper in inspector is 2336.8px. This height continues to increase as the number of rows increases. What should I do?

Answers

  • allanallan Posts: 63,455Questions: 1Answers: 10,465 Site admin

    Happy to take a look at a test case showing the issue.

    Allan

This discussion has been closed.