Chumper / Datatable

This is a laravel 4 package for the server and client side of datatables at http://datatables.net/
https://github.com/Chumper/Datatable
388 stars 154 forks source link

Processing message while rendering table #368

Closed mverma16 closed 8 years ago

mverma16 commented 8 years ago

I want to show processing message while the data render into my datatable. I am able to show custom processing message but it is coming before table content like this- 1

I want this loader image(processing message) to come on top of the table while processing like this 2

Please tell me how can I do that. TIA

timgws commented 8 years ago

Check this out.

Please note, it's always helpful if you share the custom code you are using, so we can help you debug your problem.

mverma16 commented 8 years ago

Got the solution just modified dataTables.bootstrap.css file of datatable plugin.