2023-05-02 06:42:16 +00:00
|
|
|
import { columnHelper } from './helper';
|
2022-11-13 10:29:25 +00:00
|
|
|
|
2023-05-02 06:42:16 +00:00
|
|
|
export const name = columnHelper.accessor('ID', {
|
|
|
|
header: 'Name',
|
2022-11-13 10:29:25 +00:00
|
|
|
id: 'name',
|
2023-05-02 06:42:16 +00:00
|
|
|
});
|