5 lines
103 B
JavaScript
5 lines
103 B
JavaScript
export const tableInfoRowClick = (row, ref) => {
|
|
console.log(row, ref);
|
|
ref.setCurrentRow(row);
|
|
};
|