Available in the OSS Version

Splitter - Overview

The igSplitter is a widget based on jQuery UI that manages layout in two panels with a split bar
NameCountryLatitudeLongitude
Los AngelesUnited States34.0522-118.2434
New YorkUnited States40.7561-73.987
ChicagoUnited States41.84-87.68
HoustonUnited States29.77-95.39

This sample is designed for a larger screen size.

On mobile, try rotating your screen, view full size, or email to another device.

The widget provides rich interactions to end users including the abilities to expand/collapse panels and resize panels via the split bar.

Code View

Copy to Clipboard
<div id="splitter">
    <div>
        <ul id="tree"></ul>
    </div>
    <div id="detailSplitter">
        <div>
            <div id="map"></div>
        </div>
        <div>
            <table id="grid"></table>
        </div>
    </div>
</div>