mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-25 15:55:48 +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: '#',
|
header: '#',
|
||||||
cell: (props) => tableFilterState.pageSize * (tableFilterState.page - 1) + props.row.index + 1,
|
cell: (props) => tableFilterState.pageSize * (tableFilterState.page - 1) + props.row.index + 1,
|
||||||
},
|
},
|
||||||
{
|
|
||||||
header: 'ID',
|
|
||||||
cell: (props) => props.row.original.id,
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
header: 'Nama Project',
|
header: 'Nama Project',
|
||||||
cell: (props) => `Project ${props.row.original.project_flock_kandang_id}`,
|
cell: (props) => `Project ${props.row.original.project_flock_kandang_id}`,
|
||||||
|
|||||||
Reference in New Issue
Block a user