Closed patuku closed 9 years ago
This is unsupported. Could you explain your use case so we can figure out how to creat cowpaths for you to do this?
@tim-evans we want to create a timeline with a various type of data and below each data will show up the comments from all participants, which means each item will have their own rowHeight. I'm trying to update the position after the element available at DOM, since ember-listview using CSS transition. Is that doable? or maybe we can do it another way?
we likely need to add hooks to invalidate the height externally..
Can you point me the direction how to invalidate the rowHeight and updatePosition correctly? so maybe I can do some PR also if I can add the method.
This is something that may get added once @taras has a chance to help me finish syncing pack branch into master.
Okay then, I think I have to wait until it happened ... Thanks anyway, good work.
@stefanpenner any recommended paths forward for something like this?
We're in a project faced with a ton of data in some accordion style rows, so this would be a huge win. The only other solution I can think of is to rebuild the entire dataset inserting the drawer where needed, but the drawer would still need to be a known height since we can't dynamically update rowHeight...
Hi there,
I'm trying to reposition the item inside listview but I never make it, I try updating by didInsertElement method on item object and call updatePosition to reflect the changes. But it seems does not affected.
I'm using Ember 1.11.0 and Ember-CLI 0.2.2
Any method I have to call to do this? Thanks in advance