mirror of
https://github.com/pi-hole/web.git
synced 2025-12-24 12:48:29 +00:00
Reset visibility of ID column on table loading
Signed-off-by: DL6ER <dl6er@dl6er.de>
This commit is contained in:
@@ -206,6 +206,8 @@ function initTable() {
|
||||
data.start = 0;
|
||||
// Always start with empty search field
|
||||
data.search.search = "";
|
||||
// Reset visibility of ID column
|
||||
data.columns[0].visible = false;
|
||||
// Apply loaded state to table
|
||||
return data;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user