$cell
                    .html('<input type="hidden"><input class="range" type="range" min="' + o.min + '" max="' + o.max + '" value="' + o.value + '" />')
                    .closest('thead').find('th[data-column=' + indx + ']')