mirror of
https://repository.entgra.net/community/device-mgt-core.git
synced 2025-10-06 02:01:45 +00:00
DataTables library instantiates an ajax request for each key release when searching/filtering. in a system with a larger dataset, many requests are made to the back end for a longer keyword search which is a huge overload. Also, sometimes since the request initialized for the first character returns the largest subset of data (if available) this request may take a longer time to process. Since DataTables update the table in the order that the response comes, the final result shown would be the last response received which can be incorrect. This commit resolves the above issue by enabling a delay before the requests made using DataTables fnSetFilteringDelay plugin. |
||
|---|---|---|
| .. | ||
| apimgt-extensions | ||
| certificate-mgt | ||
| device-mgt | ||
| device-mgt-extensions | ||
| email-sender | ||
| identity-extensions | ||
| policy-mgt | ||
| test-coverage | ||
| webapp-authenticator-framework | ||