next-helios-fe 1.8.145 → 1.8.146
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/package.json +1 -1
- package/src/components/table/index.tsx +1 -1
package/package.json
CHANGED
@@ -593,7 +593,7 @@ export const Table: TableComponentProps = ({
|
|
593
593
|
{options?.toolbar?.columnSearch?.show !== false && (
|
594
594
|
<div
|
595
595
|
className={`relative flex items-center ${
|
596
|
-
item?.type === "category" || item.
|
596
|
+
item?.type === "category" || item.disableSearch
|
597
597
|
? "invisible"
|
598
598
|
: ""
|
599
599
|
}`}
|