master
mahdi andalib 3 years ago
parent d37848f186
commit a298e5fee3
  1. 2
      src/components/ReactTable4/BasicTable.js
  2. 1
      src/components/ReactTable4/Checkbox.js

@ -274,7 +274,7 @@ const BasicTable = ({
<td
key={index}
{...column.getFooterProps}
className="p-2 text-right text-xs"
className="py-2 px-4 text-right text-xs font-medium"
style={{ color: "#fff" }}
>
{column.render("Footer")}

@ -11,6 +11,7 @@ export const Checkbox = React.forwardRef(({ indeterminate, ...rest }, ref) => {
return (
<>
<input type="checkbox" ref={resolvedRef} {...rest} />
<h2>mahdi</h2>
</>
);
});

Loading…
Cancel
Save