@refinedev/nestjsx-crud@4.3.4
版本发布时间: 2023-06-29 22:34:41
refinedev/refine最新发布版本:@refinedev/supabase@5.9.4(2024-09-03 19:48:37)
Patch Changes
-
#4589
11241b16000
Thanks @yildirayunlu! - fix:getList
without pagination responseWithout the
limit
andoffset
parameters in thenestjsx/crud
library, the result is without paging. However, it was always expected to be paginated in the data provider. It now supports both situations.