Elfinder: Is it possible to return a list of files one page at a time?

Created on 31 Jan 2017  路  1Comment  路  Source: Studio-42/elFinder

For example, if the folder contains a large number of files, then it doesn't make sense to return all of these files in a single request. Is it possible for the client to request a certain number of files, with a specific offset or file to start from?

feature

Most helpful comment

@glen-84 Since elFinder's current API performs sorting and incremental search on the client side, it is necessary to acquire item data at once. Since it is necessary to extend the API, it is a future issue.

>All comments

@glen-84 Since elFinder's current API performs sorting and incremental search on the client side, it is necessary to acquire item data at once. Since it is necessary to extend the API, it is a future issue.

Was this page helpful?
0 / 5 - 0 ratings

Related issues

camgullo picture camgullo  路  3Comments

kagagnon picture kagagnon  路  3Comments

consc198 picture consc198  路  4Comments

CodeLyokoXtEAM picture CodeLyokoXtEAM  路  4Comments

JuanWilde picture JuanWilde  路  4Comments