mirror of
https://gitlab.com/mbugroup/lti-web-client.git
synced 2026-05-20 13:32:00 +00:00
refactor(FE): Update column header and adjust table margin
This commit is contained in:
@@ -101,7 +101,7 @@ const ClosingsTable = () => {
|
|||||||
|
|
||||||
const closingsColumns: ColumnDef<Closing>[] = [
|
const closingsColumns: ColumnDef<Closing>[] = [
|
||||||
{
|
{
|
||||||
header: '#',
|
header: 'No',
|
||||||
cell: (props) => props.row.index + 1,
|
cell: (props) => props.row.index + 1,
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -273,7 +273,7 @@ const ClosingsTable = () => {
|
|||||||
setRowSelection={setRowSelection}
|
setRowSelection={setRowSelection}
|
||||||
className={{
|
className={{
|
||||||
containerClassName: cn({
|
containerClassName: cn({
|
||||||
'w-full mb-20':
|
'w-full mb-0':
|
||||||
isResponseSuccess(closings) && closings?.data?.length === 0,
|
isResponseSuccess(closings) && closings?.data?.length === 0,
|
||||||
}),
|
}),
|
||||||
}}
|
}}
|
||||||
|
|||||||
Reference in New Issue
Block a user