Sauli Tähkäpää
Sauli Tähkäpää
No problem at all, glad you got it working! 👍🏻
Hi! This is actually by design – the challenge is that we're comparing the item objects to determine if they're selected or not and the assumption is that when filtering/sorting...
Hi! Please see my comment here: https://github.com/Saulis/iron-data-table/pull/147#issuecomment-268235072
Hi! I think the problem here might actually be the parent property `columnHideMatch` you're using, it's not handled correctly in the cells. It's a more general issue I need to...
hmm.. strange. Can you make the problem reproduce itself by modifying this snippet: http://jsbin.com/pubole/1/edit?html,output ?
Thanks for the report! Can you verify if branch `notify-resize-on-hidden` works better for you?
Hmm strange, can't seem to get the error to appear. Could you modify this snippet so that it reproduces the error? http://jsbin.com/murayi/edit?html,output
@robinroyer btw, why are you hiding all the columns instead of the table element?
OK, I've added a new commit to the same branch that should prevent call stack error from happening.
@robinroyer any progress on this?