Skip to content

Commit

Permalink
Order table based on how many packages depend on them
Browse files Browse the repository at this point in the history
  • Loading branch information
llrs committed Jul 19, 2024
1 parent c3279ef commit 7d5da84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard-at-risk.qmd
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ datatable(atrisk,
elementId = "live-dashboard",
options = list(
pageLength = 50,
order = list(list(0, "asc"), list(1, "asc"))
order = list(list(0, "asc"), list(6, "desc"), list(1, "asc"))
)
)
```
Expand Down

0 comments on commit 7d5da84

Please sign in to comment.