ibarrick

Results 11 comments of ibarrick

beforeSearch and afterSearch hooks would mean I didn't have to override anything (except the hooks). All I need is to run some code before the search fires and after it...

Does anyone have any news on this? Even the examples are broken on Chrome. Chrome being the most popular browser should make this high priority.

I did some more research and it looks like the issue was originally in 97 and was re-introduced in 102.0.5005.61. The issue should be resolved in later 102 versions though.

For those who arrive from Google, the issue re-surfaced in 102.0.5005.61 but was fixed in a later release.

sort-by comes from ember-composable-helpers. It was used in the demo application just to illustrate the use of the sort prop.

I've had success using paper-data-table with paper-virtual-repeat from ember-paper. You have to set `containerSelector="md-body"` and `ignoreOffsetter=true` and `itemHeight=56`. When I have a chance I will try to get the table...

Additionally, I've been able to tweak performance by replacing cells and rows with their actual markup in cases where I'm not using any of the features that the component enables....

@devotox Unfortunately I haven't had time to look into it. Have you tried looking in ember inspector to see which components are causing the delay? This may be only a...