IO-747 CCC Scroll to Job in Table on create
This commit is contained in:
@@ -117,6 +117,13 @@ export default function ContractsCarsComponent({
|
||||
type: "radio",
|
||||
selectedRowKeys: [selectedCar],
|
||||
}}
|
||||
onRow={(record, rowIndex) => {
|
||||
return {
|
||||
onClick: (event) => {
|
||||
handleSelect(record);
|
||||
},
|
||||
};
|
||||
}}
|
||||
/>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user