Skip to content

Commit

Permalink
Update readme with default public values
Browse files Browse the repository at this point in the history
  • Loading branch information
crosenwald committed Nov 19, 2019
1 parent bf68703 commit 7330272
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,13 +123,13 @@ public function with()

The following are editable public properties for the table class:

| key | description | value
| ------------- | ------------- | ------------- |
| $paginate | Controls whether the data query & results are paginated. If true, the class must `use WithPagination;` | true/false
| $pagination | The number value to paginate with | integer
| $hasSearch | Controls global appearance of search bar | bool
| [$fields](#$fields) | The fields configuration for your table | array
| [$css](#$css) | Per-table CSS settings | array
| key | description | value | default
| ------------- | ------------- | ------------- | ------------- |
| $paginate | Controls whether the data query & results are paginated. If true, the class must `use WithPagination;` | bool | true
| $pagination | The number value to paginate with | integer | 10
| $hasSearch | Controls global appearance of search bar | bool | true
| [$fields](#$fields) | The fields configuration for your table | array | null
| [$css](#$css) | Per-table CSS settings | array | null

#### $fields
Controls the field configuration for your table
Expand Down

0 comments on commit 7330272

Please sign in to comment.