Objective: implement custom sort functionality for list items make order number (rank) visible on the list First, let’s create custom action for reordering items and make hidden field Order visible and sortable on default view with PowerShell. [void] [System.reflection.Assembly]::LoadWithPartialName("Microsoft.SharePoint") | out-null # Add "Change item Order" button at target List ...
Author Posts