0
comment
comment
on 4/5/2016 2:14 PM
Sort, drag and drop in UI Next with SortableFew weeks ago I covered how to use external JS libraries with WebSharper.I explained how we could integrate tagsinput which is a cool library that allows us to use tags in our webapp. It was used with JQuery and I showed you how we could extended WebSharper JQuery and add tagsinput functionalities.Today I will show you how to use another cool JS library - Sortable. Sortable brings drag - drop - sorting functonalities. Also, it does not require JQuery which is goo[...]