Skip to content

data-table v0.5.1

Choose a tag to compare

@github-actions github-actions released this 08 Sep 23:07
· 1 commit to main since this release
02e2d36

Patch Changes

  • Fixed hasManyThrough eager loads with orderBy(...).limit(...) returning the wrong related rows when a parent has multiple through records. Related rows are now sorted before pagination is applied for each parent (see #11453).