优化
This commit is contained in:
4
src/utils/tableHelper.js
Normal file
4
src/utils/tableHelper.js
Normal file
@@ -0,0 +1,4 @@
|
||||
export const tableInfoRowClick = (row, ref) => {
|
||||
console.log(row, ref);
|
||||
ref.setCurrentRow(row);
|
||||
};
|
||||
Reference in New Issue
Block a user