Find Famfamfam Flags Examples and Templates
Use this online famfamfam-flags playground to view and fork famfamfam-flags example apps and templates on CodeSandbox. Click any example below to run it instantly or find templates that can be used as a pre-built solution!

Master-Detail View - DevExtreme Data Grid (forked)The Master-Detail View allows users to expand a row ('master') and display the related content ('details') in the expanded section. To configure this feature, set the the masterDetail object's enabled property to true and use a template to specify detail section content. In this demo, the detail section displays another DataGrid.

Master-Detail View - DevExtreme Data Grid (forked)The Master-Detail View allows users to expand a row ('master') and display the related content ('details') in the expanded section. To configure this feature, set the the masterDetail object's enabled property to true and use a template to specify detail section content. In this demo, the detail section displays another DataGrid.

Virtual Scrolling - DevExtreme Scheduler (forked)With virtual scrolling, you can improve the overall performance of your application and reduce load times when our Scheduler component is bound to a large data set. When virtual scrolling is enabled, our Scheduler only renders visible appointments. When an appointment leaves the viewport, the Scheduler removes it from the DOM. The data set in this demo contains 100 groups with 9 appointments each.
To enable virtual scrolling mode, set the scrolling.mode property to "virtual".
Virtual scrolling support is available in the following Scheduler views: "day", "week", and "workWeek".