filmov
tv
Remote Filtering with ExtJS + Delphi mORMot
Показать описание
Client-side filtering is great, reducing our trips to the server. Sometimes, however, our record set is just too large to pull in at once. A great example of this is a paging grid. Many times we'll only be pulling in 10 Records at a time. The client-side filtering methods just are fine if we only want to filter the resident dataset, but most of the time we'll want a filter applied to all of our data.
This might look complicated, but it really isn't! Again, our mission here is to learn how mORMot handle with this task, it is important to have some understanding of what your server-side process is doing. Here I'm using a fast delphi server mORMot with ExtJS.
Pretty nice, isn't it?
This might look complicated, but it really isn't! Again, our mission here is to learn how mORMot handle with this task, it is important to have some understanding of what your server-side process is doing. Here I'm using a fast delphi server mORMot with ExtJS.
Pretty nice, isn't it?