Skip to content

Commit

Permalink
add DetailedList.drawGrid=0
Browse files Browse the repository at this point in the history
  • Loading branch information
dk committed Nov 12, 2024
1 parent a153a0b commit 9d0d3a5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions Prima/DetailedList.pm
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ sub profile_default
headers => [],
aligns => [],
mainColumn => 0,
drawGrid => 0,
};
}

Expand Down Expand Up @@ -558,6 +559,13 @@ is different from the old number, both L<items> and L<headers> are restructured.
Default value: 0
=item drawGrid BOOLEAN
If 1, vertical grid lines between columns are drawn with C<gridColor>.
Default value: 0
=item headerClass
Assigns the header class.
Expand Down

0 comments on commit 9d0d3a5

Please sign in to comment.