META-INF.resources.datatables.sorting.custom-data-source.dom-text.min.js Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jwebmp-data-tables Show documentation
Show all versions of jwebmp-data-tables Show documentation
The JWebSwing implementation for Data Tables
The newest version!
$.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