-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[DataGrid] Make base data source available in the Community plan #16359
Conversation
Deploy preview: https://deploy-preview-16359--material-ui-x.netlify.app/ Updated pages: |
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
This comment was marked as outdated.
packages/x-data-grid/src/hooks/features/dataSource/gridDataSourceSelector.ts
Outdated
Show resolved
Hide resolved
packages/x-data-grid/src/hooks/core/pipeProcessing/gridPipeProcessingApi.ts
Outdated
Show resolved
Hide resolved
packages/x-data-grid-pro/src/hooks/features/dataSource/models.ts
Outdated
Show resolved
Hide resolved
packages/x-data-grid-premium/src/tests/dataSourceAggregation.DataGridPremium.test.tsx
Outdated
Show resolved
Hide resolved
packages/x-data-grid-pro/src/hooks/features/dataSource/useGridDataSourcePro.ts
Show resolved
Hide resolved
packages/x-data-grid/src/hooks/features/dataSource/useGridDataSourceBase.ts
Show resolved
Hide resolved
Side note: We could use similar approach used to split data source logic to split other hooks which have Pro or Premium logic spilled in Community package, e.g |
There is also a configuration provider which allows partial overrides per package |
Resolves #15373