@mkt-loitd/react-table-grid-custom 1.3.2 → 1.3.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/dist/index.js +1 -1
- package/dist/index.mjs +1 -1
- package/package.json +1 -1
package/dist/index.js
CHANGED
|
@@ -390,7 +390,7 @@ var ReactTableGridCustomInner = ({
|
|
|
390
390
|
sortColumns,
|
|
391
391
|
onSortColumnsChange: setSortColumns,
|
|
392
392
|
renderers: {
|
|
393
|
-
renderSortStatus: RenderSortStatus_default,
|
|
393
|
+
renderSortStatus: (props) => /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(RenderSortStatus_default, { ...props }),
|
|
394
394
|
renderCheckbox({ onChange: onChange2, checked, ...props }) {
|
|
395
395
|
return /* @__PURE__ */ (0, import_jsx_runtime3.jsx)(
|
|
396
396
|
import_core.Checkbox,
|
package/dist/index.mjs
CHANGED
|
@@ -360,7 +360,7 @@ var ReactTableGridCustomInner = ({
|
|
|
360
360
|
sortColumns,
|
|
361
361
|
onSortColumnsChange: setSortColumns,
|
|
362
362
|
renderers: {
|
|
363
|
-
renderSortStatus: RenderSortStatus_default,
|
|
363
|
+
renderSortStatus: (props) => /* @__PURE__ */ jsx3(RenderSortStatus_default, { ...props }),
|
|
364
364
|
renderCheckbox({ onChange: onChange2, checked, ...props }) {
|
|
365
365
|
return /* @__PURE__ */ jsx3(
|
|
366
366
|
Checkbox,
|