mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-11 10:20:30 +00:00
chrone: sperate client and server to different repos.
This commit is contained in:
10
src/components/Datatable/TableIndeterminateCheckboxRow.js
Normal file
10
src/components/Datatable/TableIndeterminateCheckboxRow.js
Normal file
@@ -0,0 +1,10 @@
|
||||
import React from 'react';
|
||||
import { Checkbox } from '@blueprintjs/core';
|
||||
|
||||
export default function TableIndeterminateCheckboxRow({ row }) {
|
||||
return (
|
||||
<div>
|
||||
<Checkbox {...row.getToggleRowSelectedProps()} />
|
||||
</div>
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user