need Processing message to be modal

need Processing message to be modal

mikedmiked Posts: 43Questions: 3Answers: 0
edited October 2012 in General
we have a few tables in our app that handle over 100k records, and coupled with column text searching/filtering it can take a few seconds to query the db and come back -- I'd like to implement a modal version of the Processing box to keep users away from the keyboard till the ajax query has returned the data and the table is ready to take the next user inputs. We're seeing commands stacking up causing Ux problems, queries take up to 2-3 secs to return data due to heavy use of mysql LIKE and text searches

I saw this from last year at this time: http://datatables.net/forums/discussion/6482/plugin-or-core-modal-div-on-bprocessing/p1

wasn't sure what the status was, have sent PM to author

any other suggestions?

Replies

  • allanallan Posts: 63,534Questions: 1Answers: 10,475 Site admin
    I think my suggestion for how to do it in the other thread is what I'd stand by now as well. The way to do this is to add a listener for the 'processing' event ( http://datatables.net/docs/DataTables/1.9.4/#processing ), and have it set up as a feature plug-in.

    I haven't heard anything else about a plug-in such as that being made publicly available, but if you create one, I'm sure everyone would love it if you would make it available :-).

    Regards,
    Allan
This discussion has been closed.