@fto-consult/expo-ui 2.37.2 → 2.37.3
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
|
@@ -394,7 +394,7 @@ const DatagridFactory = (Factory)=>{
|
|
|
394
394
|
filter = defaultFunc(filter,x=>true);
|
|
395
395
|
const showFooters = this.canShowFooters();
|
|
396
396
|
let restItems = [];
|
|
397
|
-
|
|
397
|
+
let max = this.getMaxSelectableRows();
|
|
398
398
|
if(max && this.isSelectableMultiple()){
|
|
399
399
|
max = max.formatNumber();
|
|
400
400
|
restItems = [
|
|
@@ -2787,7 +2787,7 @@ export default class CommonDatagridComponent extends AppComponent {
|
|
|
2787
2787
|
abreviate = {this.state.abreviateValues}
|
|
2788
2788
|
aggregatorFunction = {this.getActiveAggregatorFunction().code}
|
|
2789
2789
|
aggregatorFunctions = {this.aggregatorFunctions}
|
|
2790
|
-
displayLabel = {
|
|
2790
|
+
displayLabel = {this.isAccordion()}
|
|
2791
2791
|
//anchorProps = {{style:[theme.styles.ph1,theme.styles.mh05]}}
|
|
2792
2792
|
/>
|
|
2793
2793
|
</View>)
|