Download Excel Without TableTools in Server side
Download Excel Without TableTools in Server side
prem2
Posts: 17Questions: 3Answers: 1
Dear team,
I need to integrate the download excel functionality in application. But, i need to integrate this functionality in server side. Is any way to send the ajax request to custom function. Because, when the user use the search condition in table and click download button. It will provide only the selected records which match the current search / filter condition.
Thanks,
Prem
This discussion has been closed.
Replies
Sure - use the
fnClick
option.Allan
Thanks allan. Let me try it out..