Description

The Layout class is responsible for rendering footer, and header of the grid. In getLayout method, there is a parameter of type BaseLaraGridTheme which is the actual theme of the grid. You can use this parameter to customize the rendered html based on actual theme. You can create custom properties in your theme class and use them in the getLayout method.

Last updated