Removed all todos from code and created corresponding JIRA tickets.
This commit is contained in:
@@ -58,7 +58,6 @@ export default function VendorsListComponent({
|
||||
setState({ ...state, filteredInfo: filters, sortedInfo: sorter });
|
||||
};
|
||||
|
||||
//TODO Implement search
|
||||
return (
|
||||
<Table
|
||||
loading={loading}
|
||||
@@ -71,10 +70,10 @@ export default function VendorsListComponent({
|
||||
</div>
|
||||
);
|
||||
}}
|
||||
size='small'
|
||||
size="small"
|
||||
pagination={{ position: "top" }}
|
||||
columns={columns.map((item) => ({ ...item }))}
|
||||
rowKey='id'
|
||||
rowKey="id"
|
||||
onChange={handleTableChange}
|
||||
dataSource={vendors}
|
||||
rowSelection={{
|
||||
|
||||
Reference in New Issue
Block a user