We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Wondering if its possible in tablesorter to return main and sub rows dependent on a search. Hopefully the below examples explain it.
Example table: `
When searching for "wash car" the returned result is: `
When searching for "get water" the returned result is: `
When searching for "run marathon" the returned result is: `
The text was updated successfully, but these errors were encountered:
This link helped me: https://pengoworks.com/workshop/jquery/tablesorter/tablesorter.htm
Here are other links that helped: https://ekobi.gen.tr/tablesorter-master/docs/example-child-rows-filtered.html https://alaska.usgs.gov/Scripts/jQuery/tablesorter/docs/index.html https://mottie.github.io/tablesorter/docs/example-child-rows.html https://mottie.github.io/tablesorter/docs/example-child-rows-filtered.html https://github.com/Mottie/tablesorter/blob/master/docs/example-child-rows.html https://www.angelpetsitters.com/lib/tablesorter/docs/example-widget-grouping-filter-childrows.html https://jsfiddle.net/tyxykyf3/7/
Sorry, something went wrong.
No branches or pull requests
Wondering if its possible in tablesorter to return main and sub rows dependent on a search. Hopefully the below examples explain it.
Example table:
`
When searching for "wash car" the returned result is:
`
When searching for "get water" the returned result is:
`
When searching for "run marathon" the returned result is:
`
The text was updated successfully, but these errors were encountered: