Is there a way to export the data from a CGridView to either .xls or .csv? I would like to be able to filter and sort on a CGridView, then export my results.
I have tried the csvout extension, which works ok-ish if you don't need pagination, but for larger amounts of data I want to display the top 15 or so, but export the full result if it is more than that.
I have tried the csvout extension, which works ok-ish if you don't need pagination, but for larger amounts of data I want to display the top 15 or so, but export the full result if it is more than that.