@fto-consult/expo-ui 8.25.17 → 8.25.18
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
@@ -3631,6 +3631,9 @@ export default class CommonDatagridComponent extends AppComponent {
|
|
3631
3631
|
this[this.hidePreloaderOnRenderKey] = !!toggle;
|
3632
3632
|
}
|
3633
3633
|
onRender(){
|
3634
|
+
if(typeof this.props.onRender =="function"){
|
3635
|
+
this.props.onRender({context:this});
|
3636
|
+
}
|
3634
3637
|
if(!this.props.isLoading && this.isLoadingRef.current){
|
3635
3638
|
this.setIsLoading(false);
|
3636
3639
|
return;
|