DeeboData JS Grid Angular Grid React Grid
Contact Us Demo Pricing

DeeboData Javascript Datagrid Alternate Data Grid Row Background Colors

Javascript Data Grid

Download and open the following css file and make the minor change described below to alternate the row background colors in your data grid:

https://d2ffvluimla00s.cloudfront.net/data-grid-enterprise.css


How to Alternate Row Background Colors

Then, do a ctrl + F (search) for the code snippet below:

.data-table-row:not(.data-row-selected):nth-of-type(even)


This is the css selector for alternate rows. Simply uncomment the css rules that match this selector as they are commented out by default. You can change the background color property to whatever you like in your local copy of the css file.