Charles Pockert

Results 23 comments of Charles Pockert

Hi @moshensky - the idea was just to have custom HTML in the filter (probably a custom element) which knows how to supply a filter value to the grid e.g....

Hi @liuyuanhuo, what do you think about ``` Some header template ${ $column.heading } Column template ``` Just thinking of a way to do this where you don't need to...

I've thought about it, this is definitely something I want to do for filter cells, but the question is what's the use case for a template in the header apart...

@jmjf thanks for all the interest and yes the first seems like to most straightforward. The plan is to do a fair bit of refactoring once the Aurelia beta has...

@cerealBoxx I'm wondering if this is to do with the flattening of the contexts in Aurelia. You are not required to use `$parent` any more (but the plugin hasn't been...

@uwascan for now you might want to check out this fork: https://github.com/corneliutusnea/aurelia-grid - at some point I'll probably be working on that but at the moment there probably won't be...

@aivins unfortunately due to the way the grid pulls column data, this is not possible (yet). The plan is to move the column data into aurelia custom elements that are...

Aware of this - I changed a few things because I was getting two data loads on init - I think I'm using the wrong hook for initialisation, so as...

I believe that if you make it pagable.bind="false" it works correctly (but it might legitimately be a bug!) I recall Rob Eisenberg or someone in the gitter chan mentioned something...

Try it using master branch jspm install github:charlespockert/aurelia-bs-grid@master On 21 Jan 2016 00:07, "corneliutusnea" [email protected] wrote: > Hi, > I'm not sure how to plug this into my project. >...