EasyUI Forum

General Category => General Discussion => Topic started by: vuras on May 08, 2013, 02:53:55 AM



Title: clickable cells
Post by: vuras on May 08, 2013, 02:53:55 AM
Is there a way to make datagrid cells clickable? Something like a simple html table with href's on every cell and when you click on a cell it would lead to another datagrid filtered by a value you clicked on a cell


Title: Re: clickable cells
Post by: jpierce on May 15, 2013, 08:01:45 AM
Datagrid cells are clickable.  Check out the onClickCell event.  At that point, you can write whatever appropriate code you need to do something like what you're talking about.