@lumx/react 4.3.2-alpha.27 → 4.3.2-alpha.28
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/index.js +4 -0
- package/index.js.map +1 -1
- package/package.json +3 -3
package/index.js
CHANGED
|
@@ -13312,6 +13312,10 @@ const TableCell$1 = props => {
|
|
|
13312
13312
|
variant = DEFAULT_PROPS$e.variant,
|
|
13313
13313
|
...forwardedProps
|
|
13314
13314
|
} = props;
|
|
13315
|
+
console.log({
|
|
13316
|
+
onHeaderClick,
|
|
13317
|
+
isSortable
|
|
13318
|
+
});
|
|
13315
13319
|
|
|
13316
13320
|
// Use button if clickable
|
|
13317
13321
|
const Wrapper = onHeaderClick ? 'button' : 'div';
|