Is it possible to auto-populate DataTables with files in a particular folder (.pdf files)?
Is it possible to auto-populate DataTables with files in a particular folder (.pdf files)?
jlandry
Posts: 1Questions: 1Answers: 0
I'm new to DataTables and was wondering if it's possible to populate the grid with files by pointing DataTables to a particular folder? File types are .pdf and can range in size <10MB. The files/folder will be on a network along with DataTables code.
Please let me know if you need additional details?
Thanks in advance.
John
This discussion has been closed.
Answers
Nope, that's not possible I'm afraid, unless you write code to generate the appropriate HTML table that DataTables can use.
Colin