LaraGrid
  • LaraGrid
  • Installation
  • Publishable
  • Usage
    • Base Usage
      • Create a Grid
      • Display a Grid
    • Examples
  • Theme
    • Default Theme
    • Customize the Theme
  • Column
    • Description
    • Create a Column
    • Methods
    • Usage
  • Column Group
    • Description
    • Create a ColumnGroup
    • Methods
    • Usage
  • Filter
    • Description
    • Available Filters
    • Usage
    • Custom Builder
    • Custom filter
    • Show filtering and sorting in url
  • Filter Reset Button
    • Description
    • Usage
    • Customization
  • Layout
    • Description
    • Usage
  • PowerJoins in LaraGrid
    • Why do we use it
Powered by GitBook
On this page

Was this helpful?

  1. Layout

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.

PreviousCustomizationNextUsage

Last updated 1 year ago

Was this helpful?