30 Matching Annotations
  1. Feb 2024
  2. Dec 2023
  3. Sep 2020
  4. Feb 2020
  5. Dec 2019
  6. Nov 2019
    1. Source code at:

      This example appears to use client-side data, so it doesn't demonstrate server-side row models at all.

      How did they color the monthly breakdown cells?

              cellClassRules: {
                  'good-score': 'typeof x === "number" && x > 50000',
                  'bad-score': 'typeof x === "number" && x < 10000'
              },
      
    1. how the Server-side Row Model can be configured with a Master / Detail view