Go to file
Madawa Soysa 6b8d555314 Add a delay for data tables server side paging
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.
2018-03-22 18:33:21 +05:30
.github Update stale.yml 2018-02-07 08:38:09 +05:30
components Add a delay for data tables server side paging 2018-03-22 18:33:21 +05:30
features [WSO2 Release] [Jenkins #2999] [Release 3.1.25] prepare for next development iteration 2018-03-20 06:51:22 +00:00
.gitignore Added .swp files to .gitignore 2017-08-08 13:07:51 +05:30
.travis.yml Adding travis build config 2017-12-22 19:15:30 +05:30
issue_template.md Adding Issue Template 2017-09-26 09:36:40 +05:30
LICENSE Initial commit 2015-01-19 13:05:10 +05:30
pom.xml [WSO2 Release] [Jenkins #2999] [Release 3.1.25] prepare for next development iteration 2018-03-20 06:51:22 +00:00
pull_request_template.md Adding Pull Request Template 2017-10-03 15:22:06 +05:30
README.md Update README.md 2018-01-24 07:36:27 +05:30

carbon-device-mgt


- Java8

WSO2 CONNECTED DEVICE MANAGEMENT COMPONENTS

WSO2 Connected Device Manager (WSO2 CDM) is a comprehensive platform that helps solve mobile computing challenges enterprises face today when dealing with both corporate owned, personally enabled (COPE) devices and employee owned devices as part of a bring your own device (BYOD) program.

Whether it is device provisioning, device configuration management, policy enforcement, mobile application management, device data security, or compliance monitoring, WSO2 CDM offers a single enterprise-grade platform to develop extensions for IOT related device types.