Skip to content

Instantly share code, notes, and snippets.

@eeasss
Last active October 29, 2019 05:39
Show Gist options
  • Save eeasss/9da5fcf20fcd8217a54d4026c735b1e3 to your computer and use it in GitHub Desktop.
Save eeasss/9da5fcf20fcd8217a54d4026c735b1e3 to your computer and use it in GitHub Desktop.
  1. showcase we can achieve the same layout and functionality in both platforms with native components.
  2. Virtualization enabled (load many tickers)
  3. Embedded grid an a template
  4. Showcase of integration with charting.
  5. Page layout using splitter
  • Virtualized complex grid, both in React and Angular. Features:
    • Stackblitz React
    • Stackblitz Angular
  1. Many rows (1000-10000) - row virtualization
  2. Header
  3. First column frozen
  4. Templates
  5. Column virtualization (for Angular only if completed)
  6. We need to demonstrate performance when doing frequent updates, e.g. modifying value in a cell. For example, if we show number (e.g. stock price in column 4) let's run a function that modifies the value a bit and then moves to a different row, in a random manner. Think of simulating live data. We can also experiment with color coding in red, should the value go down, or green, should the value go up.

Features:

  1. Hierarchical grid with grid in details row
  2. Filterting
  3. Export to Excel and PDF

Features:

  1. Templates
  2. Filterting
  3. Export
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment