I am trying to write a csv file in php, so that when user clicks on an icon, it will generate a csv file using data from my database.
Everything works and I have three columns: name, date, age
I was wondering if in php, I can apply the filter. For example, in excel, I can click on sort & filter -> filter on the first row, which will create a drop down menu with several features.
Is this possible?
Thanks in advance.