@fto-consult/expo-ui 6.53.1 → 6.53.2
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
@@ -2552,7 +2552,8 @@ export default class CommonDatagridComponent extends AppComponent {
|
|
2552
2552
|
},100);
|
2553
2553
|
return false;
|
2554
2554
|
},
|
2555
|
-
title
|
2555
|
+
title,
|
2556
|
+
label,
|
2556
2557
|
icon : visible?CHECKED_ICON_NAME : null,
|
2557
2558
|
right : false ? (p)=><Icon {...p} icon="material-gear"
|
2558
2559
|
onPress = {(e)=>{console.log(e," is pressed toddd config")}}
|