remove 'Processing' instead of hide

remove 'Processing' instead of hide

havahava Posts: 11Questions: 0Answers: 0
edited December 2011 in General
Hi

When we start sorting or other things datatables has option to show 'Process' message. All is fine , only when it hides 'Processing' there is still stay space where 'Processing' is placed. So html table jumping down when Processing showing then when data have been loaded Processing hidding but html table isn't jumping back up so there is stay visible place for it.
Question, how to make datatable to remove Processing tag instead of just hide. Thanks

Replies

  • allanallan Posts: 63,535Questions: 1Answers: 10,475 Site admin
    Add:

    [code]
    div.dataTables_processing { position: absolute; }
    [/code]

    and whatever styling information you want to your CSS.

    Allan
This discussion has been closed.