how to serverside excel down dynamically
how to serverside excel down dynamically
wotmd0218
Posts: 2Questions: 2Answers: 0
I am using server side datatable.
The json data is as follows.
{"idx": 1, "msg":"contentcontentcontentcontent...", "msg_all":"contentcontentcontentcontentcontentcontentcontentcontentcontentcontent"}
In datatable, only idx and msg are searched, msg_all is not searched.
Can I use msg_all column instead of msg in excel download?
Answers
Yep, you would just assign the "msg_all" column, something like
Please example here,
Colin