tablesorter select box with a custom match function
问题 I have an HTML table with a column, in which an unordered list of strings is present. I am using tablesorter with the filter plugin to interact with the list. I want each string in all cells of the column to be present in a select filter in the header of the table. If the user selects an option, those rows should be displayed, where this string appears in the unordered list of the particular column cell. Let me give you an example. I have the following list: <table> <thead> <tr> <th>name</th>