Title: Master Detail with 2 different detail views Post by: MB34 on July 10, 2015, 10:47:09 AM I am creating a grid based on this tutorial: http://www.jeasyui.com/tutorial/datagrid/datagrid21_demo.html
I want a different detail view for 2 different options. Each row will have 2 check columns. When one is checked, I want to show one detail view and when the other is checked, I want to show a different one. How would this be done? |