@addev-be/ui 0.8.12 → 0.8.13
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -115,8 +115,8 @@ export const SqlRequestGridInner = <R, P extends object = {}>(
|
|
|
115
115
|
loadRows.current(
|
|
116
116
|
columnsKeys,
|
|
117
117
|
visibleColumnsKeys,
|
|
118
|
-
|
|
119
|
-
|
|
118
|
+
props.conditions,
|
|
119
|
+
props.orderBy,
|
|
120
120
|
start,
|
|
121
121
|
length,
|
|
122
122
|
count < 0
|
|
@@ -131,6 +131,7 @@ export const SqlRequestGridInner = <R, P extends object = {}>(
|
|
|
131
131
|
columnsKeys,
|
|
132
132
|
visibleColumnsKeys,
|
|
133
133
|
rows,
|
|
134
|
+
props.orderBy,
|
|
134
135
|
]);
|
|
135
136
|
|
|
136
137
|
const onVisibleRowsChanged = useCallback(
|