Hi. how to load gif image untill to select all table rows by check box?

Hi. how to load gif image untill to select all table rows by check box?

nandhaJavanandhaJava Posts: 3Questions: 1Answers: 0

I will select 1000 rows in table by using select all option check box. So its taking time to select all the rows. for that i want to show like processing image untill select all the rows. how to add that on? please guide me.

Replies

  • tangerinetangerine Posts: 3,365Questions: 39Answers: 395

    .... its taking time to select all the rows

    How long is it taking? It should be pretty fast.

  • allanallan Posts: 63,075Questions: 1Answers: 10,384 Site admin

    And what is the code you are using to select all rows? Are you simply doing table.rows().select()?

    Allan

This discussion has been closed.