sProcessing is hidden behind the table when using serverside processing and fixed columns

sProcessing is hidden behind the table when using serverside processing and fixed columns

jmurry33jmurry33 Posts: 1Questions: 0Answers: 0
edited November 2011 in General
Allan - I recently added fixed columns to my severside datatable....I noticed that the sProccesing "Message" is hidden behind the table when I sort or filter the results. I tested this on your serverside fixed column example with the same results. Have you had anyone report this before? Do you have any suggestions?

Thanks

Replies

  • allanallan Posts: 63,535Questions: 1Answers: 10,475 Site admin
    Almost certainly just a z-index issue I would say. Try adding something like div. dataTables_processing { z-index: 60000; } to your CSS.

    Allan
This discussion has been closed.