Styling 1:06 video
How to change background color in grid’s column
One focused task, a quick video, and concise steps you can scan immediately.
- Go to "Stylesheets" after navigating to the "Designer".
- Click on "+ / Add New".
- Enter the stylesheet code as explained below:
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.
