Skip to content

Commit

Permalink
more detailed filter documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
LeMatosDeFuk committed Dec 13, 2023
1 parent 31fc6af commit 556ff05
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
8 changes: 0 additions & 8 deletions docs/column-group.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,14 +16,6 @@ ColumnGroup::make('User Details')

The `ColumnGroup` class provides several methods to manipulate a column group in the grid.

### `getColumns()`

This method returns an array of `BaseColumn` instances that belong to the group.

```php
public function getColumns(): array
```

### `setColumns(array $columns)`

This method sets the columns of the group. It takes one argument: an array of `BaseColumn` instances.
Expand Down
2 changes: 0 additions & 2 deletions docs/filter.md
Original file line number Diff line number Diff line change
Expand Up @@ -70,5 +70,3 @@ protected function getColumns(): array
];
}
```

In this example, we have four columns: 'ID', 'Name', 'Status', and 'Created At'. The 'Name' column has a text filter, the 'Status' column has a select filter, and the 'Created At' column has a date filter.

0 comments on commit 556ff05

Please sign in to comment.