@fto-consult/expo-ui 6.85.3 → 6.85.4
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
@@ -97,7 +97,7 @@ export const renderRowCell = (arg)=>{
|
|
97
97
|
}
|
98
98
|
hasC = true;
|
99
99
|
renderedItems++;
|
100
|
-
const suffix = renderedItems === maxItemsToRender && idSplit.length > maxItemsToRender ? <Label
|
100
|
+
const suffix = renderedItems === maxItemsToRender && idSplit.length > maxItemsToRender ? <Label>...et {" "+idSplit.length.formatNumber()+" de plus"}</Label> : null;
|
101
101
|
return suffix ? <>
|
102
102
|
<TableLink
|
103
103
|
key = {index}
|