Skip to content

Commit 2241dd1

Browse files
committed
Remove
1 parent 67c8014 commit 2241dd1

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,12 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
1212

1313
- Move configure call to boot instead of booteed.
1414
- Mount methods now available in `configure()` method.
15+
- Non-field columns with a searchable callback are now included in the search query.
16+
- Fixed debug query output duplicating select statements.
17+
18+
### Removed
19+
20+
- Calls to set builder and columns in render as it doesn't seem to make a difference since it's also called in booted.
1521

1622
## [2.4.0] - 2022-04-30
1723

src/DataTableComponent.php

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,8 +116,6 @@ public function customView(): string
116116
*/
117117
public function render()
118118
{
119-
$this->setBuilder($this->builder());
120-
$this->setColumns();
121119
$this->setupColumnSelect();
122120
$this->setupPagination();
123121
$this->setupSecondaryHeader();

0 commit comments

Comments
 (0)