Primefaces datatable without Border

plalaquadly

New Member
I have multiple datatables on the request form. I want to remove the border for all the datables except for one. I have used the below style to remove the border. Can you please let me know how can i get only one datatable with borders.As of now, it removes the border for all datatables.\[code\] .ui-datatable .ui-datatable-data td, .ui-datatable .ui-datatable-data-empty td { border-style: none; }\[/code\]
 
Back
Top