How to export the selected rows in pdf with serial number starting from 1?
How to export the selected rows in pdf with serial number starting from 1?
I want to export the selected rows into pdf from my datatable. But the serial number of the rows are the same as in the data table. I want the serial number in the pdf to always start from 1. Please help me in this regard ASAP I have to submit the task to my boss.
This question has an accepted answers - jump to answer
Answers
You can do something like this here - it's putting an incrementing integer into the position column.
Colin
Thank you so much Colin. It worked for me. You’re a life saver