2

I need a drop down for angular 6/7 with adjustable multiple columns as shown below,

enter image description here

Where I should be able to adjust the width of the columns by dragging. I googled but I couldn't find a proper library. If there is any library where I can overcome this requirement please suggest me or should I write the whole functionality from scratch. Any help would be much appreciated.

Rishanthakumar
  • 871
  • 10
  • 20
  • I have a similar scenario to implement. Would appreciate any answers. So far couldn't find any solution that'd fit into my problem – Saiyaff Farouk Apr 18 '19 at 08:13

1 Answers1

0

I've used ngx-datatable before and it has resizable columns. Perhaps you could incorporate that into a dropdown.

tshoemake
  • 1,311
  • 1
  • 17
  • 28