Implement dataTables Server side Side for liste of file in a folder of my project

Implement dataTables Server side Side for liste of file in a folder of my project

BlidaAlgBlidaAlg Posts: 9Questions: 4Answers: 0
edited January 2021 in Free community support

Hi,
so i have list of files in my folder (over 1000 files), and i want to implement the data table with the server side, if it was data from mysql i already implemented but with only name of files how it will work ?

this is how i get the name of files
$liste = glob('Myfile/*')
thnaks

This discussion has been closed.