Table small fixes (#14588)
This PR brings more UX fixes for table. Fixes in https://github.com/twentyhq/core-team-issues/issues/1490 : - Fix any field filter chip formatting - Empty placeholder should be centered on screenwidth and not scrollable width on table - First cell is automatically active on table but we can't move => We now allow focus position to be null as it is a portal Fixes https://github.com/twentyhq/twenty/issues/14573
This commit is contained in:
@@ -23,8 +23,8 @@ export const AnyFieldSearchChip = () => {
|
||||
return (
|
||||
<SortOrFilterChip
|
||||
testId={ADVANCED_FILTER_DROPDOWN_ID}
|
||||
labelKey={t`Any field :`}
|
||||
labelValue={anyFieldFilterValue}
|
||||
labelKey={t`Any field`}
|
||||
labelValue={`: ${anyFieldFilterValue}`}
|
||||
Icon={IconFilter}
|
||||
onRemove={handleRemoveClick}
|
||||
type="filter"
|
||||
|
||||
Reference in New Issue
Block a user