proplem with 'processing' indicator

proplem with 'processing' indicator

sunchaojinsunchaojin Posts: 2Questions: 0Answers: 0
edited October 2010 in Bug reports
Hi,

I 've used DataTables 1.7.3 with it's server side function .When I selected the number 200 in pagination select menu control (item is 20,100,200 ) for displaying 200 rows on a single page,then the 'processing' indicator displayed out of sight because it display at the bottom of the page. So how can I put the 'processing' indicator up to the middle of the page so that we can see it?

Regards,
Lukasz

Replies

  • allanallan Posts: 61,635Questions: 1Answers: 10,092 Site admin
    You just need to modify the CSS of the element. Assuming you are using the default CSS, look at the .dataTables_processing styles. Setting the element to position: fixed would address this for you (although it likely won't work in IE6/7).

    Allan
This discussion has been closed.