export const tableInfoRowClick = (row, ref) => { console.log(row, ref); ref.setCurrentRow(row); };