Holiday Notice – Support Unavailable on April 18 and April 21
We just wanted to let you know that our support team will be offline on Friday, April 18th (Good Friday) and Monday, April 21st (Easter Monday) due to the holidays.
We'll be back on Tuesday, ready to assist you!
In the meantime, if you need any help, feel free to:
-
Use the support widget in the bottom right corner on our websites (Amelia and wpDataTables) — our latest AI-powered assistant is there 24/7 to help with basic and intermediate questions,
-
Browse our detailed documentation (Amelia, wpDataTables)
-
Explore helpful articles,
-
Or check out our YouTube channels for video guides!
Amelia YouTube Channel
wpDataTables YouTube Channel
Thank you for your understanding, and we wish you a wonderful holiday weekend!
Is it possible to add multiple attachments (ex. pdfs) in one cell? Currently, I can only upload one file per cell, can I do it without using html editor input type if possible?
If not, how hard to do the customization?
Thanks!
Hi issacchua,
Thank you for the purchase.
Unfortunately something like this is not possible out of the box. It is pretty hard to achieve something like this especially because there should be ajax call for removing and adding each file separately and probably custom uploader should be implemented instead of WordPress native uploader.
Hi Milos,
What I meant is not uploading the files simultaneously, what I would like to achieve is when I select multiple files (instead of one file) in media library, it will have the link for each selected file prepared line by line in the cell. For example, when I select multiple files, the end result in the cell might look like this:
Attachment 1, Attachment 2, Attachment 3
Thanks a lot!
Hi issacchua,
I understand, but unfortunately something like this requires custom coding. If you are famialiar with JS you can take a look at fileUploadInit function in ../wp-content/plugins/wpdatatables/assets/js/wpdatatables/wpdatatables.js