Here’s my SQL …
SELECT monthname(start_date), start_date,title,description,start_time,end_time FROM sd_events;
How do I make sure the current month’s rows always appear in the grid first?
I do not want to filter the other’s month’s events as I want the user to scroll to other months’ events if they want.