Get list of files via ajax when editor opens

Get list of files via ajax when editor opens

klinglerklingler Posts: 90Questions: 42Answers: 2

Good morning

Currently I load via ajax call all products I have in the database (13558) together with their product pictures (28394).

Is there a way that I can load the filenames belonging to a product when I open a specific product for editing?
That would save some time loading the complete JSON.

Tried searching here..but as a non-native english speaking person hard to find the right search criteria (o;

thanks in advance
richard

Answers

  • allanallan Posts: 61,743Questions: 1Answers: 10,111 Site admin

    The only option is to use server-side processing. If you are using our PHP, .NET or Node libraries, they will load the information about the files based on the records that are shown on the page only.

    Allan

Sign In or Register to comment.