Beautiful Sortable Drag & Drop Lists for your Blazor Apps

แชร์
ฝัง
  • เผยแพร่เมื่อ 26 พ.ย. 2024

ความคิดเห็น • 19

  • @ryan.wakefield
    @ryan.wakefield 28 วันที่ผ่านมา

    So I have been struggling with the whole JSInterop stuff. Did you cover this topic much on any other videos?

  • @friedwishes
    @friedwishes 2 หลายเดือนก่อน

    This came in clutch today. Was attempting my own thing with sortableJs and so thank you!

  • @KevinN-u5d
    @KevinN-u5d 9 หลายเดือนก่อน

    Anyway to incorporate a Datagrid row (either from Msoft's Quickgrid or another) into the SortableItemTemplate?

    • @SamuelSidor
      @SamuelSidor 5 หลายเดือนก่อน

      There is a fork of this functionality from AlexNek called BlazorSortableList and it works also with nested lists

  • @toma1385
    @toma1385 หลายเดือนก่อน

    How about blazor maui?

  • @vietkhanhhoang16
    @vietkhanhhoang16 7 หลายเดือนก่อน

    how can i extract the index of an item in the list?

  • @watershedmetal2
    @watershedmetal2 9 หลายเดือนก่อน

    Epic, would this work with nested lists?

    • @SamuelSidor
      @SamuelSidor 5 หลายเดือนก่อน

      There is a fork of this functionality: AlexNek/BlazorSortableList and it works also with nested lists

  • @Hallo503
    @Hallo503 9 หลายเดือนก่อน +1

    great stuff!

  • @mtranchi
    @mtranchi 6 หลายเดือนก่อน

    Awesome, ty!

  • @RANDONcrafting
    @RANDONcrafting 9 หลายเดือนก่อน

    mac?

    • @Zellyk
      @Zellyk 9 หลายเดือนก่อน

      Even their devs know it's better than windows.

  • @rarepanda3766
    @rarepanda3766 9 หลายเดือนก่อน +1

    Hot Reload? Someone out there?

  • @cbradbaer
    @cbradbaer 9 หลายเดือนก่อน +2

    Has anyone tried to use SortableJS in Maui Blazor? I have it working on the Windows platform. But can't get sorting to work on any other platform. The javascript breaks when it gets to this line: component.invokeMethodAsync('OnUpdateJS', event.oldDraggableIndex, event.newDraggableIndex);

    • @SamuelSidor
      @SamuelSidor 5 หลายเดือนก่อน

      I have tried it in our MAUI Blazor project and it works correctly. I have used nuget package: AlexNek/BlazorSortableList

  • @marklnz
    @marklnz 9 หลายเดือนก่อน +2

    Looks good but I hate that it's 100% JavaScript. Kind of defeats the purpose of using Blazor, no?

    • @JamesMontemagno
      @JamesMontemagno 8 หลายเดือนก่อน +1

      Well the component logic is an invoke to the javascript library, that is the point of the component so it is in C# :)

    • @mtranchi
      @mtranchi 6 หลายเดือนก่อน

      Lol, once the component is built, it's 100% C# to use.