109 | {{-- Table Layout --}}
110 |
111 | Layouts
112 | Data Grid allows for the creation of as many templates per data grid as you require. Each layout faciliates any user experiance design which is dependent on data grid results. For this example, we've chosen three layouts.
113 |
114 | Table Layout
115 | A standard html table layout for tabular style data.
116 |
117 |
118 | table.blade.php
119 | {!! renderCode('resources/views/demo/examples/crops/grid/table.blade.php', 'js') !!}
120 |
121 | {{-- Grid Layout --}}
122 |
128 |
129 | grid.blade.php
130 | {!! renderCode('resources/views/demo/examples/crops/grid/blocks.blade.php', 'js') !!}
131 |
132 | {{-- Count Layout --}}
133 |
139 |
140 | count.blade.php
141 | {!! renderCode('resources/views/demo/examples/crops/grid/count.blade.php', 'js') !!}
142 |