EasyUI Forum

General Category => EasyUI for jQuery => Topic started by: roberto on April 22, 2017, 08:41:39 AM



Title: datagrid filter - checkbox
Post by: roberto on April 22, 2017, 08:41:39 AM
Hi,
how can I filter only checked (or unchecked) rows?
tks,


Title: Re: datagrid filter - checkbox
Post by: stworthy on April 23, 2017, 07:46:10 PM
You can call the 'addFilterRule' method to add a filter rule and then call the 'doFilter' method to filter the rows.