How to Get Seen Rows?

How to Get Seen Rows?

moh.computer@yahoo.commoh.computer@yahoo.com Posts: 4Questions: 4Answers: 0

Dears,
I have table with thousand rows and vertical scroll is 200 px , if i scroll down to middle of table and i can see 5 rows (from index 500 to index 504) , how to get these 5 rows only. and update data on them?

Any help will be appreciated

This question has an accepted answers - jump to answer

Answers

  • djkong7djkong7 Posts: 22Questions: 3Answers: 0

    Try taking a look at the Select Extension to select the rows. You have different options on how to update data depending on what you need to do. If you only need to temporarily update in the UI, you could use the Buttons Extension to do some action on the selected rows. If you need to update the data in your database, you might want to look into Editor or use some Ajax calls to the server.

    Thanks,
    Dan

  • colincolin Posts: 15,143Questions: 1Answers: 2,586
    Answer ✓

    Hi @moh.computer@yahoo.com ,

    It sounds like you want Scroller - there's some examples on that page which should help.

    Cheers,

    Colin

This discussion has been closed.