Latest Version Causes the search row and page length to be on 2 rows
Latest Version Causes the search row and page length to be on 2 rows
Link to test case: @colin you have access to my repository
Debugger code (debug.datatables.net):
Error messages shown: None
Description of problem:
See the picture.
The way it used to be
I am using Bootstrap 4
I have multiple tables on the page the ones that have a DOM option set** do not **have an issue.
Only those that do not have any DOM option set its on 2 lines.
It looks like the "row" css class has been removed. I tried to figure out from your code when that would have changed but could not figure it out.
Let me know if you need more info
Thanks!
This question has an accepted answers - jump to answer
Answers
It appears to work okay in the examples (set the styling framework to be Bootstrap 4).
Can you link to a test case showing the issue please.
Also, what version are you updating from? 2.0.something to 2.1.2 (current)?
Allan
I am always on nighty
I invited you to the repository, its too hard for me to do a link.
The first loaded table has the issue
The cache on the DataTables core and its integration file for the nightly appear to be out of sync. Add an anti-cache parameter:
And it should work.
However, this is evidence that for production you should use the CDN, not nightly files.
Allan
Thanks for looking into it!!
I think this is the first time I have had this issue. Like I said before in my other comment => Here I enjoy the challenge of figuring out what you changed.
Once I am here I wanted to report that the speed of datatables in V2 has improved 10x.
Thanks!!!
Thank you.
I spotted a different error in your demo as well. I've committed a fix for that and the nightly will rebuild soon.
The cache for the nightly is on CloudFlare and it does expire after a certain amount of time, but it is possible for files to be out of sync as such.
Allan
Thank you so much!