refactor(FE-137): remove ID column from RecordingTable for cleaner presentation

This commit is contained in:
rstubryan
2025-10-25 13:41:18 +07:00
@@ -564,10 +564,6 @@ const RecordingTable = () => {
header: '#',
cell: (props) => tableFilterState.pageSize * (tableFilterState.page - 1) + props.row.index + 1,
},
{
header: 'ID',
cell: (props) => props.row.original.id,
},
{
header: 'Nama Project',
cell: (props) => `Project ${props.row.original.project_flock_kandang_id}`,