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:
Lucas Bordeau
2025-09-18 11:29:33 +02:00
committed by GitHub
parent db8d8e8400
commit b4e386192d
14 changed files with 133 additions and 60 deletions
@@ -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"