feat: table record group (#8781)
Fix #8401 #8402 This PR is only taking care or displaying properly the record group on the table. Record-reorder within group has also been prepared. Start of collapsible animation has been done, but not working for now. <img width="1381" alt="Screenshot 2024-11-28 at 2 52 07 PM" src="https://github.com/user-attachments/assets/514bb3e6-3475-4c47-a91c-64f7d20bbe73">
This commit is contained in:
@ -14,6 +14,7 @@ import { isDefined } from 'twenty-ui';
|
||||
export function createComponentSelectorV2<ValueType>(options: {
|
||||
key: string;
|
||||
get: SelectorGetter<ValueType, ComponentStateKeyV2>;
|
||||
set?: never;
|
||||
componentInstanceContext: ComponentInstanceStateContext<any> | null;
|
||||
}): ComponentReadOnlySelectorV2<ValueType>;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user