master
mahdi andalib 3 years ago
parent 5abafc2bfd
commit 0218139589
  1. 2
      src/components/ReactTable5/BasicTable.js

@ -34,7 +34,7 @@ import {
} from "react-table";
export function CheckBox({}) {
return <input type="checkbox" />;
return <input type="checkbox" className="cursor-pointer" />;
}
const BasicTable = ({

Loading…
Cancel
Save