1
1
mirror of https://github.com/Fabio286/antares.git synced 2025-06-05 21:59:22 +02:00

feat: improved data table sorts

This commit is contained in:
2020-12-07 17:51:48 +01:00
parent d38583262e
commit 5712b80022
4 changed files with 25 additions and 8 deletions

View File

@ -99,6 +99,7 @@ export default {
if (!query || this.isQuering) return;
this.isQuering = true;
this.clearTabData();
this.$refs.queryTable.resetSort();
try { // Query Data
const params = {