mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE-137): remove ID column from RecordingTable for cleaner presentation
This commit is contained in:
@@ -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}`,
|
||||
|
||||
Reference in New Issue
Block a user