mirror of
https://github.com/cssgunc/compass.git
synced 2025-04-06 20:50:17 -04:00
Merge branch 'varun-admin-GEN-59-page' of https://github.com/cssgunc/compass into varun-admin-GEN-59-page
This commit is contained in:
commit
9e4ba5b433
|
@ -99,7 +99,12 @@ export const Table = () => {
|
||||||
}),
|
}),
|
||||||
columnHelper.accessor("role", {
|
columnHelper.accessor("role", {
|
||||||
header: () => <><ArrowDownCircleIcon className="inline align-top h-4" /> Role</>,
|
header: () => <><ArrowDownCircleIcon className="inline align-top h-4" /> Role</>,
|
||||||
cell: (info) => info.renderValue(),
|
cell: (info) => <TagsInput presetValue={info.getValue() }
|
||||||
|
presetOptions={presetOptions}
|
||||||
|
setPresetOptions={setPresetOptions}
|
||||||
|
getTagColor={getTagColor}
|
||||||
|
setTagColors={setTagColors}
|
||||||
|
/>,
|
||||||
}),
|
}),
|
||||||
columnHelper.accessor("email", {
|
columnHelper.accessor("email", {
|
||||||
header: () => <><AtSymbolIcon className="inline align-top h-4" /> Email</>,
|
header: () => <><AtSymbolIcon className="inline align-top h-4" /> Email</>,
|
||||||
|
|
Loading…
Reference in New Issue
Block a user