Changing location of "Processing" message
Changing location of "Processing" message
 charlesgodwin            
            
                Posts: 4Questions: 1Answers: 0
charlesgodwin            
            
                Posts: 4Questions: 1Answers: 0            
            
            
                            
                                  in General             
        This option https://datatables.net/reference/option/language.processing allows a message to display when a serverside request is being processed. Unfortunately the text is displayed in the middle of the table height. So if the table is showing 100 rows, this message is a long way down the table and is not always visible to the user/viewer.
Can an option or a CSS style be set so it shows at the top of the table where it may be more visible?
This discussion has been closed.
            
Answers
FWIW I use this:
Adjust the settings as required, particularly "top".
That works for me. Thanks.