EasyUI Forum

General Category => EasyUI for Vue => Topic started by: Rinat on March 24, 2019, 07:17:28 AM



Title: filterable
Post by: Rinat on March 24, 2019, 07:17:28 AM
Hi!
You have filtering example for vue.js


 <DataGrid ref="dg" :data="data" :filterable="true" style="min-width:700px;height:250px">


If i set filterable as variable, and edit this variable, reactivity does not work :(