How to use mysql query to load data for dataTables?
How to use mysql query to load data for dataTables?

I'm new to dataTables. Now I have a question about how to load data form mysql for using mysql query.For example, I only want to load the data which is in May. Then I can do "select DATA from TABLE where date is May". Where can I define this statement?
This discussion has been closed.