Styling 1:06 video

How to change background color in grid’s column

Learn how to change background color in grid’s column with SpreadsheetWeb. Follow focused steps, practical examples, and implementation guidance to complete…

  • Go to "Stylesheets" after navigating to the "Designer".
  • Click on "+ / Add New".
  • Enter the stylesheet code as explained below:
CSS3 lines
tbody.inputgrid-table-body-1-118 tr td:nth-child(1){
background:yellow;
}
  • In the code above;
  • -1: page ID
  • 118: control ID and, (1) is the column ID in the grid.