mbrn / material-table

Datatable for React based on material-ui's table with additional features

Home Page:https://material-table.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Expose Data Manager Class to TypeScript

amaster507 opened this issue · comments

Is your feature request related to a problem? Please describe.
I'm trying to pass the props.dataManager to my own custom toolbar component, but I can't extract the class with TypeScript

Describe the solution you'd like
I would like this class to be exposed in types

Describe alternatives you've considered
Currently, I have to manually type this property

Additional context

export default class DataManager {

commented

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. You can reopen it if it required.