flutter_dashboard_table library
Classes
- DashboardTable
- A Table that shows all the check in data in a very efficient way appId specifies Parse's appId. If none is specified the one in Parse inizialiation is used. clientId specifies Parse's clientId. If none is specified the one in Parse inizialiation is used.
Typedefs
- OnCopyCallback = void Function(ParseObject checkIn)
- ToPdfCallback = void Function(ParseObject checkIn)