File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change @@ -12,6 +12,12 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
12
12
13
13
- Move configure call to boot instead of booteed.
14
14
- 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.
15
21
16
22
## [ 2.4.0] - 2022-04-30
17
23
Original file line number Diff line number Diff line change @@ -116,8 +116,6 @@ public function customView(): string
116
116
*/
117
117
public function render ()
118
118
{
119
- $ this ->setBuilder ($ this ->builder ());
120
- $ this ->setColumns ();
121
119
$ this ->setupColumnSelect ();
122
120
$ this ->setupPagination ();
123
121
$ this ->setupSecondaryHeader ();
You can’t perform that action at this time.
0 commit comments