gregnb / gregnb/mui-datatables
MUIDataTable does not have Checkbox in components for Typescript
- Dominant language
- JavaScript
- Stars
- 2.7k
- Forks
- 906
- PR merge metrics
- No merged PRs in 30d
Description
I would like to use the Checkbox attribute in MUIDataTable components, to override custom checkbox to the radio button.
I use Typescript and the MUIDataTable components do not have Checkbox attribute.


## Expected Behavior
## Current Behavior
## Steps to Reproduce (for bugs)
## Your Environment
| Tech | Version |
|--------------|---------|
| Material-UI | 4.11.2 |
| MUI-datatables | 3.7.0 | "@types/mui-datatables": "^3.7.0",
| React | 16.13.1 |
| browser | |
| etc | |
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by inspecting the @types/mui-datatables declarations for MUIDataTable and its component props, using the reported Checkbox usage as the reference. Confirm the type definition accepts Checkbox for the custom radio-button override and verify that the TypeScript error no longer occurs in the reported setup.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- react, typescript
- Domain
- frontend
- Issue type
- Bug
- Difficulty
- 2/5
- Estimated time
- 1-3 hours
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100