Slaven Tomac
Slaven Tomac
If you quickly drag it, it will replace positions...I think that's even better behavior, because by how you drag, you can choose wether you will push all of the items...
Can someone check this PR? Is something missing here?
> maxErrors config for jscs Did you change that in your .jscsrc or in gulp call?
Hmm....i had similar issue, but putting maxErros inside .jscsrc fixed it (I was trying to pass it as part of gulp-jscs option before)
@hzoo @markelog ...can you close this issue?
I have solution. So I have multiple, dynamic nested lists (I really don't know in ahead how many there will be). In the drag&drop code I've noticed they are removing...
That's right, I have an app that can be built as a standalone (but it has two projects in angular.json, on lib, other app), and it can be packed as...
Well actually, that would partially be what I wanted _"...don't search it relative from current position (./assets/img/logo.png), but just leave it as it is...."_. That helped a lot, thanks! Do...
I see this PR came in https://github.com/swimlane/ngx-datatable/pull/1906. It would partially fix it, at least some scenario.
I've tried overriding it and it works fine then ``` const select = dropdownPanel['_select'].getBoundingClientRect(); const parent = dropdownPanel['_parent'].getBoundingClientRect(); const delta = select.height; if (dropdownPanel['_currentPosition'] === 'top') { const offsetBottom =...