|
|
|
@ -27,7 +27,7 @@ $.fn.DataTable.ext.renderer.pageButton = $.extend( true, $.fn.DataTable.ext.rend
|
|
|
|
|
'<span class="input-group-text rounded-0" id="basic-addon2"> of ' + pages + '</span>' +
|
|
|
|
|
'</div>'
|
|
|
|
|
|
|
|
|
|
input_section = $(host).find("[data-dt-idx='input']");
|
|
|
|
|
let input_section = $(host).find("[data-dt-idx='input']");
|
|
|
|
|
input_section.closest("li").prop("onclick", null).off("click");
|
|
|
|
|
input_section.closest("li").prop("onkeypress", null).off("keypress");
|
|
|
|
|
input_section.replaceWith(input_html);
|
|
|
|
|