You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Feb 2, 2025. It is now read-only.
i saw you fixed order bug here #146 , but i still have this issue in my datatables. I am using latest version of angular datatables and also jQuery datatables 1.10.
But, i am using datatables and daterange picker. When i change date, i call $scope.dtOptions.reload = true; and this cause that two instances are created and twice ajax call are made.
Can you say me what exactly (or where in code angular-datatables.js) i can track this command $scope.dtOptions.reload = true; ?
Hi,
i saw you fixed order bug here #146 , but i still have this issue in my datatables. I am using latest version of angular datatables and also jQuery datatables 1.10.
My configuration:
On page load status:
After click on first header column (sort):
It looks like that table dont use it actual instance, but create new. As you can see there is 2 request send:
Conclusion
When i remove
.withOption('order', [[ 0, 'asc' ]])
everything work Okay.The text was updated successfully, but these errors were encountered: