2
0
mirror of https://github.com/inventree/InvenTree.git synced 2025-07-01 19:20:55 +00:00

Further badge tweaks

This commit is contained in:
Oliver
2021-10-28 17:57:03 +11:00
parent f8ac016d60
commit 3ce8ba85f4
4 changed files with 12 additions and 24 deletions

View File

@ -884,10 +884,6 @@ function loadStockTable(table, options) {
return html;
}
};
if (!options.params.ordering) {
col['sortable'] = true;
}
columns.push(col);