Konstantin Polyntsov
Konstantin Polyntsov
I have same problem. My HTML-code: ```html ............................ {{item.name}} {{item.fieldTitle}} ............................ ``` My result: http://joxi.ru/Q2KBaqh4WZWlmj **Problem** I want begin drag only from first column. You can see cross image on...
@anil-kk I solved it through a CSS. The CSS: ```css tbody, tr{ cursor: inherit !important; user-select: inherit; } .lsu-cursor-move { cursor: move !important; } ``` And add the class `lsu-cursor-move`...
@anil-kk Thanks! Since I use tables with the dnd I mixed your Idea with my CSS fix. Now I have: ```html ``` ```css [dnd-sortable-handle] { cursor: move !important; } tbody,...
Merged into the fork: https://github.com/optimistex/ngx-select-ex
New life the component is there: https://github.com/optimistex/ng2-select-ex
Hi. It was fixed in that fork: https://github.com/optimistex/ng2-select-ex The fork supported with lazy loading of items. Look at this: https://github.com/optimistex/ng2-select-ex/blob/ce8b464dcfdf7e0a1d01b7bb0d2e8660576e31a9/src/ngx-select/ngx-select.component.spec.ts#L808-L839 If you will need more examples text me. I have...
Hi. It was fixed in that fork: https://github.com/optimistex/ngx-select-ex
Duplicate #913 Hi. It was fixed in that fork: https://github.com/optimistex/ng2-select-ex
@jesusreal Hi. It was fixed in that fork: https://github.com/optimistex/ng2-select-ex Try the demo: https://optimistex.github.io/ngx-select-ex/
Please check it here https://github.com/optimistex/ng2-select-ex and let me find out about a result