@fto-consult/expo-ui 2.23.0 → 2.23.1
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
|
@@ -1276,8 +1276,9 @@ export default class CommonDatagridComponent extends AppComponent {
|
|
|
1276
1276
|
if(!m.length) return null;
|
|
1277
1277
|
return <Menu
|
|
1278
1278
|
items = {m}
|
|
1279
|
-
|
|
1280
|
-
|
|
1279
|
+
anchor = {(p)=><Icon name="material-functions" {...p}
|
|
1280
|
+
title = "Fonctions d'aggrégations. Veuillez sélectionner la fonction à utiliser par défaut pour la totalisation des données des colonnes de type nombre"
|
|
1281
|
+
/>}
|
|
1281
1282
|
/>
|
|
1282
1283
|
}
|
|
1283
1284
|
configureChart(refreshChart){
|