META-INF.resources.datatables.sorting.custom-data-source.dom-text.min.js Maven / Gradle / Ivy
$.fn.dataTable.ext.order["dom-text"]=function(settings,col){return this.api().column(col,{order:"index"}).nodes().map(function(td,i){return $("input",td).val()})};
© 2015 - 2025 Weber Informatics LLC | Privacy Policy