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?
nandhaJava
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.
This discussion has been closed.
Replies
How long is it taking? It should be pretty fast.
And what is the code you are using to select all rows? Are you simply doing
table.rows().select()
?Allan