docs(changeset): Added refs and exports, isEmpty
This commit is contained in:
@@ -11,6 +11,7 @@ function _GridlerRefHandler(props: PropsWithChildren, ref: Ref<GridlerRef> | und
|
||||
return getstate('_glideref');
|
||||
},
|
||||
getState: getstate,
|
||||
isEmpty: () => getstate('isEmpty'),
|
||||
refresh: async (parms?: any) => {
|
||||
const refreshCells = getstate('refreshCells');
|
||||
const loadPage = getstate('loadPage');
|
||||
|
||||
Reference in New Issue
Block a user