mirror of
https://github.com/Tautulli/Tautulli.git
synced 2025-07-07 05:31:15 -07:00
Fix expanding child DataTables
This commit is contained in:
parent
ecb66f39c9
commit
3fffbcbe36
2 changed files with 5 additions and 5 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue