Skip to content

Commit

Permalink
- correction of the data path to the table class (#1326)
Browse files Browse the repository at this point in the history
  • Loading branch information
marineusde authored Jan 16, 2024
1 parent 400d25d commit 392c2b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion resources/views/components/table-base.blade.php
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
<div @isset($this->setUp['responsive']) x-data="pgResponsive" @endisset>
<table
id="table_base_{{ $tableName }}"
class="table power-grid-table {{ data_get($theme, 'tableClass') }}"
class="table power-grid-table {{ data_get($theme, 'table.tableClass') }}"
style="{{ data_get($theme, 'tableStyle') }}"
>
<thead
Expand Down

0 comments on commit 392c2b7

Please sign in to comment.