mirror of
https://github.com/jeffvli/feishin.git
synced 2026-06-15 16:04:19 +02:00
add initial table columns
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
import {
|
||||
ItemTableListInnerColumn,
|
||||
TableColumnContainer,
|
||||
TableColumnTextContainer,
|
||||
} from '/@/renderer/components/item-list/item-table-list/item-table-list-column';
|
||||
|
||||
export const RowIndexColumn = (props: ItemTableListInnerColumn) => {
|
||||
return <TableColumnContainer {...props}>{props.rowIndex + 1}</TableColumnContainer>;
|
||||
return <TableColumnTextContainer {...props}>{props.rowIndex + 1}</TableColumnTextContainer>;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user