Skip to content

Commit

Permalink
Update R/dfe_reactable.R
Browse files Browse the repository at this point in the history
Co-authored-by: Rich Bielby <richard.bielby@education.gov.uk>
  • Loading branch information
oadetayo and rmbielby authored Jan 17, 2025
1 parent 7e81bd3 commit 9b6b1fb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/dfe_reactable.R
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ dfe_reactable <- function(data, ...) {
align = "left",
class = "govuk-table__cell"
),
rowClass = "govuk-table__cell",
rowClass = "govuk-table__row",
language = reactable::reactableLang(
searchPlaceholder = "Search table..."
),
Expand Down

0 comments on commit 9b6b1fb

Please sign in to comment.