You can achieve this requirement by using Syncfusion mobile Splitpane control. In the mobile view, it is displayed as the list view initially. On clicking the specific item, it navigates to the detail view. In tablet, it displays both the list view and detail view. Refer to the following code example. HTML<div id="splitview" data-role="ejmsplitpane"> <div data-ej-layout="pane"> <!-- Your Item List here: List view --> </div> <div data-ej-layout="pane"> <!-- Your list of contents to navigate here : Detail view--> </div> </div>
|
This page will automatically be redirected to the sign-in page in 10 seconds.