add column search to tabel config

This commit is contained in:
jeffvli
2025-10-09 21:36:09 -07:00
parent 3d2d4d0596
commit b6dce7f3ca
3 changed files with 63 additions and 5 deletions
@@ -152,7 +152,7 @@ export const ListConfigTable = ({
{options.map((option) => (
<Table.Tr key={option.id}>
<Table.Th w="50%">{option.label}</Table.Th>
<Table.Td>{option.component}</Table.Td>
<Table.Td p={0}>{option.component}</Table.Td>
</Table.Tr>
))}
</Table.Tbody>