EasyUI Forum

General Category => General Discussion => Topic started by: jlau on July 10, 2013, 08:16:47 AM



Title: Framework support for 2 tables with 1 to many relationship
Post by: jlau on July 10, 2013, 08:16:47 AM
Hi,
Does EasyUI have examples to support management of 2 tables with 1 to many relationship?

For example, user click record in parent datagrid for child datagrid dialogbox.  User perfrom CRUD on child datagrid.

Thanks
Joey


Title: Re: Framework support for 2 tables with 1 to many relationship
Post by: nvts on July 10, 2013, 08:29:23 AM
Hello,

I saw this and it might be a start for the parent child.

http://www.jeasyui.com/tutorial/datagrid/datagrid22.php

Then use the following for the CRUD side for each table.

http://www.jeasyui.com/tutorial/app/crud.php

I am new to EasyUI and still experimenting with the demos and examples to learn from. It does work pretty slick on the CRUD side.

Howard