Skip to content

Commit

Permalink
Merge branch 'master' into hh-vue3
Browse files Browse the repository at this point in the history
  • Loading branch information
hhaensel authored May 3, 2024
2 parents b29e7b4 + 5e51062 commit 6b3367c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix:
version:
- '1.6'
- '1.7'
- '1'
- 'nightly'
os:
- ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion src/Tables.jl
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,7 @@ function rows(t::T)::Vector{OrderedDict{String,Any}} where {T<:DataTable}
end

function data(t::T; datakey = DATAKEY, columnskey = "columns")::Dict{String,Any} where {T<:DataTable}
Dict(
OrderedDict(
columnskey => columns(t),
datakey => rows(t),
)
Expand Down

0 comments on commit 6b3367c

Please sign in to comment.