feat: add Table and TableSection components (#1849)
* refactor: rename ui/table to ui/data-table * feat: add Table and TableSection components Closes #1806
This commit is contained in:
3
front/src/modules/ui/data-table/contexts/RowIdContext.ts
Normal file
3
front/src/modules/ui/data-table/contexts/RowIdContext.ts
Normal file
@ -0,0 +1,3 @@
|
||||
import { createContext } from 'react';
|
||||
|
||||
export const RowIdContext = createContext<string | null>(null);
|
||||
Reference in New Issue
Block a user