Miguel Andrade

Results 178 comments of Miguel Andrade

@lordkada I see. We also need to look at the `prepend` string ourselves. /cc @indr

> Yeah, we saw that, but having to do this work on every column definition is a bit arduous. I don't quite follow. You just have to do this for...

I see. I think an optional global `@sort` argument + `@onSortChanged` action would make sense.

YetiTable does support multiple sorts, etc. So this api would have to account for that. The first idea that comes to mind is to use a comma separated string with...

@bracke thank you for this PR. I don't really like the fact that some labels are customized via a `@*Label` argument, and another using the component's block. So, what about...

This looks like an interesting feature, for sure! I think I would use `cell.prop` instead of `cell.propertyName`, just because we use `@prop` on the columns, e.g ``. The blockless version...

All this addon requires for async loading is a function that returns a promise with data. The component will call the provided function when needed. Unfortunately, this doesn't play very...

Nested "pod" glimmer components work if you name them index.js and index.hbs inside the folder with the component name. But I think naming both files as component-name.js and component-name.hbs is...

@bgantzler I *think* it is possible to keep the jsdoc comment without an actual variable declared, but you need to add the `@argument` tag to it. Might as well add...

@bgantzler I would be ok with officially supporting whatever versions latest ember-try tests cover. This will be a major bump, so we should be safe. Additionally, we could try adding...