Adding more columns makes rows in DataTable dissapear (Boostrap datepicker unobvious conflict)
Adding more columns makes rows in DataTable dissapear (Boostrap datepicker unobvious conflict)

Hi,
I've searched what could be the cause of all rows disappearing from the table after adding a new column (If I comment some of the columns no matter which - it works, but I will eventually add even more). After I saw that in the test case environment it works properly, I've tried to comment the requests of other scripts and what I found is that Boostrap Datepicker (1.8.0) is the origin of this issue. I've tried to load it before and after DataTables, but there is no result. Only if the request for the script is commented every row is shown of every column no matter how many they are.
This is the test case: http://live.datatables.net/kunucomo/1/edit
The test case is OK with all the columns, but locally is not. Can you help me find the solution of this uncommon problem?
How it is possible that if the columns are more than 11 no rows are shown? (If I comment two of the columns it works which is quite unusual)
Answers
Its hard to say what the problem is without actually seeing it. Can you update the test case to replicate the issue or post a link to your page?
Have you looked at the browser's console for errors?
Kevin
I found the solution to the problem which was actually related with my logic, though it is weird that after I commented some of the queries to external scripts the table worked, otherwise didn't.
P.S There were no errors in the console.