HTML Code:
I have successfully displayed data dynamically to the table through array,
using query from sqlite3 database.
The table will be reloaded with the new set datas,
whenever a table row reaches the row limit ((ie) if(indexpath.row= =15)),
but when i scroll the table it always showing the last record.
How do i make the first row to be shown whenever a table is reloaded.....
plz... help me.