How do I export a selected item?
How do I export a selected item?
Anurag Jain
Posts: 6Questions: 3Answers: 0
when Capture image status drop down list value export in pdf using j query data table function then capture2 image display all drop down list value.
but i want to show or display only selected value in drop down list on export to pdf function.
Anurag Jain
This discussion has been closed.
Answers
Hi @Anurag Jain ,
There's two ways to go, the best way would be to use https://datatables.net/manual/data/orthogonal-data - this example here shows the value of a checkbox on an export.
This is a clunkier solution, but may also work for you.
Cheers,
Colin
Hi @colin ,
insted of checkbox value we need display only selected value in drop down list on export to pdf function.
Anurag Jain
Yep, but the process for both would be the same - that was an example of othorgonal data...