File tree Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Expand file tree Collapse file tree 3 files changed +5
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,11 @@ All notable changes to `laravel-livewire-tables` will be documented in this file
8
8
9
9
- Ability to disable pagination (https://github.com/rappasoft/laravel-livewire-tables/pull/222 )
10
10
11
+ ### Changed
12
+
13
+ - Removed default padding on bootstrap tables
14
+ - Clarified where rowView looks in read me
15
+
11
16
## [ 1.1.0] - 2021-04-21
12
17
13
18
### Added
Original file line number Diff line number Diff line change 10
10
wire:poll =" {{ $refresh } }"
11
11
@endif
12
12
@endif
13
- class =" container-fluid"
14
13
>
15
14
@include (' livewire-tables::bootstrap-4.includes.offline' )
16
15
@include (' livewire-tables::bootstrap-4.includes.sorting-pills' )
Original file line number Diff line number Diff line change 10
10
wire:poll =" {{ $refresh } }"
11
11
@endif
12
12
@endif
13
- class =" container-fluid"
14
13
>
15
14
@include (' livewire-tables::bootstrap-5.includes.offline' )
16
15
@include (' livewire-tables::bootstrap-5.includes.sorting-pills' )
You can’t perform that action at this time.
0 commit comments