• Priya Prem 7
  • NEWBIE
  • 5 Points
  • Member since 2015
  • Senior Salesforce Developer
  • Status Go

  • Chatter
    Feed
  • 0
    Best Answers
  • 0
    Likes Received
  • 0
    Likes Given
  • 1
    Questions
  • 1
    Replies
I want to display a table with just vertical lines in-between and not the horizontal lines, I am using Rules=‘cols” in the apex:dataTable but both vertical and horizontal line are displayed.  <apex:dataTable value=“tablelist" var="bl" cellpadding="5" border="2" rules=“cols”>.
I want to display a table with just vertical lines in-between and not the horizontal lines, I am using Rules=‘cols” in the apex:dataTable but both vertical and horizontal line are displayed.  <apex:dataTable value=“tablelist" var="bl" cellpadding="5" border="2" rules=“cols”>.