A simple Grid with custom cell formatting, using the className, format and formatter API options. See comments in the source code to learn more.
- Salary column is formatted to a currency string with `k` abbreviation.
- The entire row is highlighted if salary is greater than 80k.
- The performance value is highlighted green if greater than 80 and red if less than 75.
- Content in first column is centered, and values in the Name column are always bold.
- Any numeric value in the entire grid, except for ID and Salary, that are greater than 50 is put inside a box.