jQWidgets Forums

jQuery UI Widgets Forums Grid Show/hide selected rows Reply To: Show/hide selected rows

Show/hide selected rows #28923

stephenmc
Member

Hey Peter

Thanks for responding.

Yeah I figured that was the purpose of those two methods. The idea is to toggle between checked rows and all rows (retaining rows that are selected). Initially I was using two view models, and just rendering the grid again each time, but there is a performance degradation with this.

I then implemented a jQuery solution using hide(), but that causes issues with the displayed rows being truncated.

Any ideas?