Skip to content

Rounded corners needed for the primefaces datatable #3675

Closed Answered by melloware
primefacesUser asked this question in PrimeFaces
Discussion options

You must be logged in to vote

this CSS should do it.

body .ui-datatable-tablewrapper {
  border-bottom-left-radius: 8px;
  border-bottom-right-radius: 8px;
}

Replies: 1 comment 3 replies

Comment options

You must be logged in to vote
3 replies
@primefacesUser
Comment options

@melloware
Comment options

@melloware
Comment options

Answer selected by melloware
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
3 participants