|
|
|
@ -48,10 +48,10 @@ export const RemixUIGridCell = (props: RemixUIGridCellProps) => { |
|
|
|
|
if (filterCon.filter != '') |
|
|
|
|
enabled = (props.title?.toLowerCase().includes(filterCon.filter?.toLowerCase()) || |
|
|
|
|
props.searchKeywords?.map(keyword => keyword.toLowerCase()).some(searchKeyword => searchKeyword.toLowerCase().includes(filterCon.filter.toLocaleLowerCase()))) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
setAnyEnabled(enabled) |
|
|
|
|
}, [filterCon, props.tagList]) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*const listenOnExpand = (key) => { |
|
|
|
|
if (key === props.key) setExpand(props.toggleExpandView) |
|
|
|
|
console.log('expand ----> ', key) |
|
|
|
|