Skip to content
This repository has been archived by the owner on Nov 25, 2024. It is now read-only.

Commit

Permalink
Fix: Column Fixed (#2502)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ricargame authored Jul 26, 2024
1 parent fdab3e0 commit a47c606
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/views/ADempiere/ReportViewerEngine/reportPanel.vue
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,7 @@
:column-key="fieldAttributes.code"
:align="getAlignment(fieldAttributes.display_type)"
:width="widthColumn(fieldAttributes.display_type)"
:fixed="fieldAttributes.is_group_column"
>
<template slot="header">
{{ fieldAttributes.title }}
Expand Down

0 comments on commit a47c606

Please sign in to comment.