How to add Empty row after listing all the records of the table for the given criteria
How to add Empty row after listing all the records of the table for the given criteria
polachan
Posts: 101Questions: 50Answers: 0
Hi
I would like to add an empty row at the end of the last row of the table , after listing all the records of the table. When I search a particular record by typing the search text box, the empty row should be shown at the end of the row listed from the table.
In every time when it list the record from the table, I want to add an empty row at the end. Please help.
My code is given as attached.
This discussion has been closed.
Answers
You might be able to use the Sorting with absolute positioned data solution.
Kevin
kthorngren
Please can you give me the code to add a row at the end in my given code . Please can you help
You can use
row.add()
with empty elements for each column to add an empty row.Kevin