Get list of files via ajax when editor opens
Get list of files via ajax when editor opens
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
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