<?php
$key = "Styled Report";
$pageTitle = "AngularJS as a Styled Report";
$pageDescription = "How to make a Styled Report using Angular Grid. This page gives you an example you can follow.";
$pageKeyboards = "AngularJS Angular Grid Styled Report";
include '../documentation_header.php';
?>

<div>

    <h2>Styled Report</h2>

    <p>
        Most of the time, grids look like grids. But sometimes, a different feel is required.
    </p>
    <p>
        ag-Grid was designed to allow different designs be applied to the grid.
    </p>

    <show-example example="account"></show-example>

</div>

<?php include '../documentation_footer.php';?>
