jquery - Tablesorter Custom Filter to show only available -


i'm working tablesorter , have been able use amazing things, 1 thing can not figure in filters. i'd have method or custom filter make dropdown boxes list availabe rows (cells without filtered class)

example:

i have 2 rows 1 names other courses

if in first row select name, drop down in second row should show courses available user. items form teh second row show if filtered.

so question is

1) there class i'm missing turn time of functionality on 'filter-select only-not-filtered' or 'filter-select-available' or something?

2) if 1 doesn't exist possible custom filters , if like, have been on wiki 2 days , there no example of custom filter , can't find list of classes , in filters.

thanks , first post here got things right.

just wrote change , submitted tablesorter since has done in widget plugin.

https://github.com/mottie/tablesorter/issues/292


Comments

Popular posts from this blog

linux - Does gcc have any options to add version info in ELF binary file? -

javascript - Clean way to programmatically use CSS transitions from JS? -

android - send complex objects as post php java -