Store full Datatable to Proxy

Hello,
is it possible to store a full datatable (for example a table with all customers) in the offline storage and then read then send the information of one customer to a form by using a customer-number as an parameter?

Example:

  1. We send all informations we need of all customers, we have in our database to the proxy offline storage.
  2. We go offline with our application
  3. We enter a customer-number inside our application
  4. We get the information to that customer out of the proxy offline storage.

Any way, to do that?

Kind regards
Tim

Hello Tim,

Unfrotunately, dhx.proxy does not provide such a functionality.

indexedDB could be a solution. But there is not such a built-in solution in our library.