<?php
$key = "File Browser";
$pageTitle = "AngularJS File Browser";
$pageDescription = "How to make a file browser using Angular Grid. This page gives you an example you can follow.";
$pageKeyboards = "AngularJS Angular Grid File Browser";
include '../documentation_header.php';
?>

<div>

    <h2>File Browser</h2>

    <p>
        The example below shows how you can make complex tree structure using ag-Grid.
    </p>

    <p>
        Notice that the data passed to the grid is already in a tree structure, it is not using
        the grids grouping functions to create the hierarchy.
    </p>

    <show-example example="fileBrowser"></show-example>

</div>

<?php include '../documentation_footer.php';?>
