php - Export HTML table to text or CSV file -
i have php search page outputs results html table. using jquery plugin allow columns sorted clicking on column headers. allow users download search results txt or csv file, sort order preserved. there way this?
browser side (javascript) can't generate downlodable files, need generate server side (php in case). can keep track of last order used javascript , pass forward php script generate file in propper order
Comments
Post a Comment