Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Datatable rowGroup with rowSpan mode: row separator line style on group break #967

Closed
giovannispd opened this issue Jul 22, 2019 · 1 comment
Assignees
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone

Comments

@giovannispd
Copy link

[ ] bug report
[X ] feature request
[ ] support request => Please do not submit support request here, instead see https://forum.primefaces.org/viewforum.php?f=57

Current behavior
when group change the row separator line is the same of the other rows and distinguish is difficult

Expected behavior
is appreciated a style props (or even a line with few pixels added) to set a different line size

Please tell us about your environment:
windows 10, npm, Eclipse Oxygen.3

  • React version:
    16.8.6

  • PrimeReact version:
    3.1.5

  • Browser:
    all

  • Language: ES6/7

@mertsincan mertsincan self-assigned this Jul 24, 2019
@mertsincan mertsincan added the Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add label Jul 24, 2019
@mertsincan mertsincan added this to the 3.1.8 milestone Jul 24, 2019
@mertsincan
Copy link
Member

Added 'p-datatable-rowspan-group' class to the header of each group row.

Exp;

.p-datatable-rowspan-group {
   border-top: 2px solid red;
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Projects
None yet
Development

No branches or pull requests

2 participants