Ben Morton

Results 85 comments of Ben Morton

I'm certainly open to suggestions on this. It looks like both `angular-grid` and `ngx-grid` are both taken, though, so it may require some hunting/creativity in coming up with a more...

Can you give me your config and/or an example of it on my demo page? So I can easily reproduce it to debug

At the moment, it's not possible to handle within the grid due to it being a directive and the item list being populated outside. If there were a component version...

Yes an ngGrid component would work. I would probably add it as NgGridComponent that utilises the directives rather than replacing the current implementation. However, that would then require being able...

I've created a new issue for creating the component #86, so we can move this discussion there and come back to this after that's done

There is already support for Angular 4. See #235 and #232 for more information

I will try to, yeah. I'm not the best when it comes to writing comments so don't expect miracles :P, but I'll try to have something written up, and make...

@xMrWhite I haven't started yet, unfortunately. Feel free to create a branch to add it in to the current implementation, though.

It should fill the full container already. The width gets set to 100% automagically (or you can probably use css to set it too). Unless you mean you don't want...

Yeah, that's correct. For every width 1 row that you have, adding a margin of 1 makes the total row width 1. That's because the smallest row would be 1px...