Commit b9f71f48 authored by Grand Francois's avatar Grand Francois
Browse files

fix: remove column responsiveness in PAB table

some columns are not displayed when shrinking application window

refs #500 #481
Showing with 3 additions and 3 deletions
+3 -3
...@@ -53,8 +53,8 @@ ...@@ -53,8 +53,8 @@
</div> </div>
<p-table id="geometry" [columns]="cols" [value]="rows" class="pab-data-table" [resizableColumns]="true" <p-table id="geometry" [columns]="cols" [value]="rows" class="pab-data-table" [resizableColumns]="false"
[autoLayout]="true"> [autoLayout]="false" scrollable="false">
<ng-template pTemplate="header" let-columns> <ng-template pTemplate="header" let-columns>
<tr> <tr>
......
...@@ -203,7 +203,7 @@ field-set { ...@@ -203,7 +203,7 @@ field-set {
@extend .bg-error; @extend .bg-error;
} }
.p-datatable.p-component.p-datatable-responsive-stack { .p-datatable.p-component.p-datatable-scrollable.p-datatable-scrollable-vertical.p-datatable-responsive-stack {
table.p-datatable-table { table.p-datatable-table {
thead.p-datatable-thead { thead.p-datatable-thead {
> tr { > tr {
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment