Display a Grid
To display the grid in a Blade view, you can use the @livewire
or <livewire>
directive:
@livewire('my-grid')
or
<livewire:my-grid/>
Last updated
Was this helpful?
To display the grid in a Blade view, you can use the @livewire
or <livewire>
directive:
@livewire('my-grid')
or
<livewire:my-grid/>
Last updated
Was this helpful?