-
Notifications
You must be signed in to change notification settings - Fork 7
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
fix: Use generic column types in resize-handle and data-sorting plugins (#247) #248
base: main
Are you sure you want to change the base?
Conversation
|
until I understand why the generics aren't handled correctly in forTable `handleSort`
Until I understand why the generics aren't handled by meta.forTable
I had to wait with the ember-headless-table/ember-headless-table/src/plugins/data-sorting/helpers.ts Lines 38 to 50 in 8111252
For some reason, I didn't get the generics to work for the @NullVoxPopuli perhaps you know how to pass on the generic Column through |
Proposed fix for #247 for Resize-handle and data-sorting