I have an array with some search results which are to be displayed in a jQuery datatable. I need to sort the rows I got based on the search term. I mean the most matched rows with
Solution 1:
It sounds like you want fuzzy string matching. Check out fuzzyset.js for a javascript solution.
Post a Comment for "Jquery Sort Json Array By Relevance Based On A Search Term"