Tables in gsm.app #1858
Closed
jonthegeek
started this conversation in
General
Replies: 1 comment
-
Oops wrong repo. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
There are various table-like outputs in gsm.app. Let's log them and see if we can standardize them
gsm::Widget_GroupOverviewOutput()
(javascript)gsm::Report_MetricTable()
(useskableExtra::kbl()
)DT::DTOutput()
DT::DTOutput()
Right now, DT is the only one that handles server-side pagination, so we might need it for the participant lists to avoid slowdowns. If it isn't an issue or if gt implements server-side rendering, it would be good to standardize on the same thing gsm lands on as long as it meets our needs.
Beta Was this translation helpful? Give feedback.
All reactions