Skip to content

Commit 1510f61

Browse files
committed
Config - Update VueUiSparklineTable config
1 parent 1939aaa commit 1510f61

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

src/useConfig.js

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3434,6 +3434,11 @@ export function useConfig() {
34343434
showSparklines: true,
34353435
fontFamily: 'inherit',
34363436
colNames: [],
3437+
sortedDataColumnIndices: [],
3438+
sortedNames: false,
3439+
sortedSum: false,
3440+
sortedAverage: false,
3441+
sortedMedian: false,
34373442
sparkline: {
34383443
useGradient: true,
34393444
showArea: true,

0 commit comments

Comments
 (0)