fix(React): assign CustomDataView to SharedService, fixes #2614#2617
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #2617 +/- ##
=======================================
Coverage 100.0% 100.0%
=======================================
Files 200 200
Lines 25285 25285
Branches 8945 8945
=======================================
Hits 25283 25283
Misses 2 2
Flags with carried forward coverage won't be shown. Click here to find out more. ☔ View full report in Codecov by Harness. 🚀 New features to boost your workflow:
|
angular-slickgrid
aurelia-slickgrid
slickgrid-react
slickgrid-vue
@slickgrid-universal/angular-row-detail-plugin
@slickgrid-universal/aurelia-row-detail-plugin
@slickgrid-universal/react-row-detail-plugin
@slickgrid-universal/vue-row-detail-plugin
@slickgrid-universal/binding
@slickgrid-universal/common
@slickgrid-universal/composite-editor-component
@slickgrid-universal/custom-footer-component
@slickgrid-universal/custom-tooltip-plugin
@slickgrid-universal/empty-warning-component
@slickgrid-universal/event-pub-sub
@slickgrid-universal/excel-export
@slickgrid-universal/graphql
@slickgrid-universal/odata
@slickgrid-universal/pagination-component
@slickgrid-universal/pdf-export
@slickgrid-universal/row-detail-view-plugin
@slickgrid-universal/rxjs-observable
@slickgrid-universal/sql
@slickgrid-universal/text-export
@slickgrid-universal/utils
@slickgrid-universal/vanilla-bundle
@slickgrid-universal/vanilla-force-bundle
@slickgrid-universal/web-mcp
commit: |
|
The changes look good overall. Thanks for the quick turnaround! One small NIT: The new |
|
@aasimkhan30 hmm ok I changed it, it required more optional chaining checks in Slickgrid-React for this though... I just thought these 2 functions were the minimum but I guess I was wrong since in the end I've never actually used any Custom DataView myself and I always relied on the SlickDataView. So can you give a try to pkg.pr.new nonetheless, it should help confirming if it really works before releasing a new patch version |
|
@ghiscoding , gave it a quick try and everything works. Thanks for making this fix! |
fixes #2614 which is related to an MSSQL issue using a Custom DataView in 1 of their grids.