Custom binding handler for sorting table rows. It overrides the helper option of jQuery sortable to make sure that the table row
keeps it's width and attempts to set the correct background colour for the helper, however, background can be set by passing in the helperBg
parameter:
<table data-bind="sortableTable: {'helperBg': '#000000'}">