d10n4t4n
d10n4t4n
You must remember that ngx-datatable uses onPush changeDetection, so you should always work with immutable operations to return a new variable reference, like: `this.selected = [... this.rows];` This should select...
Guys, this feature is very important and I'm quite surprised it wasn't thought before hand and included in the initial implementation, since its quite obvious that something like this would...
I believe there's something weird happening with this config. If you run from the cli, the bracketSameLine works, but from the extension it doesn't. So I tried to uninstall >...