example 19 improvement in aurelia slickgrid v6.6.6 #1250
Replies: 2 comments 1 reply
-
Sorry but I don't want to support older version, it's too much work for an Open Source project which I'm the only maintainer and to which I'm not being paid for. But anyway, I have already made a working demo in Slickgrid-Universal example21 which has both, and I think it was already possible to apply this with older versions as well (you can see the changes I made in this Slickgrid-Universal aurelia-slickgrid/packages/demo/src/examples/slickgrid/example19.ts Lines 147 to 154 in ea30cf1 Another alternative for you would be to patch it yourself on your project by using something like npm patch-package but I'm not sure that your code is actually correct though, does it return the selected rows when you can |
Beta Was this translation helpful? Give feedback.
-
Beta Was this translation helpful? Give feedback.
-
We discussed a bit on SO and then i downloaded aurelia slicgrid 6.6.6 and looked further why we can not see the rowdetail and checkbox selection at the same time. Then i added this code:
after that i can see the example 19 good with both checkbox and rowdetail as shown here:
Do you think this is something on the right track? Would be nice if this fixes issues for aurelia slickgrid + aurelia 1 users. If needed i can make a PR on this line. Here is my grid options, similar to your from SO.
Run locally version 6.6.6 of aurelia slicgrid and check example 19 with following options.
Beta Was this translation helpful? Give feedback.
All reactions