@omniumretail/component-library 1.2.39 → 1.2.41
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
|
@@ -328,13 +328,6 @@ export const ResponsiveTable = (props: ResponsiveTableCustomProps) => {
|
|
|
328
328
|
}
|
|
329
329
|
) : null}
|
|
330
330
|
rowKey={rowKeyValue}
|
|
331
|
-
onRow={(record: any) => {
|
|
332
|
-
return {
|
|
333
|
-
style: {
|
|
334
|
-
opacity: record.Status === "I" ? 0.5 : 1,
|
|
335
|
-
},
|
|
336
|
-
};
|
|
337
|
-
}}
|
|
338
331
|
{...(tableMaxHeight ? { scroll: { y: tableMaxHeight } } : {})}
|
|
339
332
|
/>
|
|
340
333
|
{
|