-
Notifications
You must be signed in to change notification settings - Fork 0
Home
jOrder – JavaScript data manipulation redefined
- Fast, index based search, sorting and aggregation
- In-place data modification while preserving data integrity
- Keeping client and server data in sync with diff reloads
With the advent of NoSQL and cloud hosting web apps seem to return to the paradigm where database is used as storage and business logic is implemented in the application layer. The native objects of JavaScript however don’t offer the necessary performance and integrity, a gap jOrder now aims to fill.
Most JavaScript grid controls (jQuery based or otherwise) focus on the displaying part, and not so much on the actual data handling. Client side search and sorting yield poor performance, or, when absent, dump the burden of all that on the server.
So when you populate a grid control (any grid control) create a jOrder.table
object, set up the indexes and simply hook it up to the control to pull the data from there.
Be aware that early versions (pre 1.1) may introduce changes that are not backward compatible. Always check the change History before pulling a new version.