Skip to content

Commit

Permalink
avoid using defaultColDef to fix the bug for new reactR version
Browse files Browse the repository at this point in the history
  • Loading branch information
elong0527 committed Dec 21, 2024
1 parent bbb07e2 commit 6041a7b
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
1 change: 0 additions & 1 deletion .github/workflows/pkgdown.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ jobs:

- uses: r-lib/actions/setup-r-dependencies@v2
with:
extra-packages: any::pkgdown, [email protected], local::.
needs: website

- name: Build site
Expand Down
2 changes: 1 addition & 1 deletion R/reactable2.R
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@ reactable2 <- function(
filterable = filterable,
searchable = searchable,
defaultPageSize = defaultPageSize,
defaultColDef = col_def,
#defaultColDef = col_def,
showPageSizeOptions = showPageSizeOptions,
borderless = borderless,
striped = striped,
Expand Down

0 comments on commit 6041a7b

Please sign in to comment.