feat(datatables): completely hide disabled button for search pane

This commit is contained in:
alistair3149 2024-03-19 19:40:49 -04:00
parent 4e236b393d
commit e72c460391
No known key found for this signature in database

View file

@ -395,7 +395,9 @@ div.dtsp-panesContainer {
}
.dtsp-disabledButton {
visibility: hidden;
// Hide buttons since they have no purposes
// Also allows the label to be longer
display: none;
}
}
}