vue-slimgrid icon indicating copy to clipboard operation
vue-slimgrid copied to clipboard

Cell template slots

Open pejrak opened this issue 5 years ago • 5 comments

Hi Rob, I am trying to use a slickgrid in my vuejs project, and found your work. I have already tried using slimgrid with my data and it works great to view them and format them.

The difficult part I am finding is how to make the vuejs participate in rendering cells or if it is even viable. I am attempting to edit on your work and see if I can pass some rendering onto vuejs. This is also to achieve the ability to trigger events via the *.vue view component so I can call my vuex actions directly. Did you consider this or have any ideas?

I will try to build on your work if not, and update you on my efforts. Thank you for creating this package.

pejrak avatar Dec 07 '18 10:12 pejrak