Fix expanding child DataTables

This commit is contained in:
JonnyWong16 2021-10-25 17:23:29 -07:00
parent ecb66f39c9
commit 3fffbcbe36
No known key found for this signature in database
GPG key ID: B1F1F9807184697A
2 changed files with 5 additions and 5 deletions

View file

@ -464,7 +464,7 @@ function childTableOptions(rowData) {
history_child_options.lengthChange = false;
history_child_options.info = false;
history_child_options.pageLength = 10;
history_child_options.bStateSave = false;
history_child_options.saveState = false;
history_child_options.ajax = {
url: 'get_history',
type: 'post',
@ -476,7 +476,7 @@ function childTableOptions(rowData) {
};
}
}
history_child_options.fnDrawCallback = function (settings) {
history_child_options.drawCallback = function (settings) {
$('#ajaxMsg').fadeOut();
// Create the tooltips.