@fto-consult/expo-ui 2.18.2 → 2.18.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
|
@@ -168,12 +168,11 @@ const DatagridFactory = (Factory)=>{
|
|
|
168
168
|
let _progressBar = this.getProgressBar();
|
|
169
169
|
const pointerEvents = isLoading? "none":"auto";
|
|
170
170
|
|
|
171
|
-
let restItems = [];
|
|
171
|
+
let restItems = [...this.renderCustomMenu()];
|
|
172
172
|
let max = this.getMaxSelectableRows();
|
|
173
173
|
if(selectableMultiple && max){
|
|
174
174
|
max = max.formatNumber();
|
|
175
175
|
restItems = [
|
|
176
|
-
...this.renderCustomMenu(),
|
|
177
176
|
...(selectableMultiple ? [{
|
|
178
177
|
label : "Sélectionner "+max.formatNumber(),
|
|
179
178
|
icon : "select-all",
|