Styling the processing div
Styling the processing div
Hello guys and great job Allan!
I want that the processing div that comes with the default css : position: absolute; top: 50%; left: 50%; to be placed down (after) the table and before the _info and _paginate.
I know that I must change the function _fnFeatureHtmlProcessing and I see that the div is inserted before the table : oSettings.nTable.parentNode.insertBefore(nProcessing, oSettings.nTable); but i don't know hot to put the processing div after the table. Not before!
I need this because I have some buttons after the table_wrapper and the processing because is position absolute is showing up over the buttons that i have and I don't want this.
I want that the processing div that comes with the default css : position: absolute; top: 50%; left: 50%; to be placed down (after) the table and before the _info and _paginate.
I know that I must change the function _fnFeatureHtmlProcessing and I see that the div is inserted before the table : oSettings.nTable.parentNode.insertBefore(nProcessing, oSettings.nTable); but i don't know hot to put the processing div after the table. Not before!
I need this because I have some buttons after the table_wrapper and the processing because is position absolute is showing up over the buttons that i have and I don't want this.
This discussion has been closed.