omnight
omnight
I have a similar issue, but it is not depending on column filters, simply adding items to the list will cause the scroll to reset to the top. This makes...
In case you do need to auto-size the table, here is the workaround hack I've been using. The only thing changed are two lines added. This is just temporary until...
Here is my small workaround (put in the app initialization). ``` PickList.prototype.triggerChangeDetection = function () { this.selectedItemsSource = [...this.selectedItemsSource]; this.selectedItemsTarget = [...this.selectedItemsTarget]; } ``` After each change, the TriggerChangeDetection method...
I've been using this workaround for a while, not sure if it's still working on the latest version, but it basically captures the scroll position before modifying the css 'contain'...
@evgental I also ran into this issue, newly purchased LX06 speaker got stuck in a boot loop when attempting to apply the prebuilt image. I am far from a Linux...