Vidar Farvald

Results 6 comments of Vidar Farvald

Could this please be reviewed? I can't use the property in my project because it's not in the type defs. @mac-s-g

Same problem here. I can install it (or extract it) but when I try to run it, no GUI appears. I can see 4 background processes in the process explorer...

Yes, you can use something like this. ``` _.extend(Backbone.Validation.validators, { greaterThan : function (value, attr, minValue, model) { var val = parseInt(value, 10); if (_.isNaN(val) || val

With the horizontal scroll it is not usable as you get no good overview of the data if you have to scroll back and forth. I have not been able...

I found [this article](https://link.medium.com/dFccyT92Fxb) on the subject, which gives some great suggestions on possible ways to address the pain points of showing tables on mobile devices. (@liamlows - thank you!...

👍 I would also really like to see a solution to this problem. Anyone?