Skip to content

Latest commit

 

History

History
 
 

typescript

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 
 
 
 
 
 
 

AG Grid Finance Demo (Typescript)

The AG Grid Finance Demo in Typescript.

Getting Started

  1. Get a copy of this folder using degit (without the git respository files):

    npx degit ag-grid/ag-grid-demos/finance/typescript ag-grid-finance-example-typescript
    cd ag-grid-finance-example-typescript
    

    Alternatively, you can get the files using git clone:

    git clone [email protected]:ag-grid/ag-grid-demos.git
    cd ag-grid-demos/finance/typescript
    
  2. Install dependencies: npm install

  3. Run the dev server: npm run dev

How It Was Built

This example code was generated with the Vite Typescript template using:

npm create vite@latest finance/typescript -- --template vanilla-ts

# With the addition of the following modules
npm i @ag-grid-community/styles \
  @ag-grid-community/core \
  @ag-grid-community/client-side-row-model \
  @ag-grid-enterprise/advanced-filter \
  @ag-grid-enterprise/charts-enterprise \
  @ag-grid-enterprise/column-tool-panel \
  @ag-grid-enterprise/excel-export \
  @ag-grid-enterprise/filter-tool-panel \
  @ag-grid-enterprise/menu \
  @ag-grid-enterprise/range-selection \
  @ag-grid-enterprise/rich-select \
  @ag-grid-enterprise/row-grouping \
  @ag-grid-enterprise/set-filter \
  @ag-grid-enterprise/sparklines \
  @ag-grid-enterprise/status-bar



Support

Enterprise Support

AG Grid Enterprise customers have access to dedicated support via ZenDesk, which is monitored by our engineering teams.

Bug Reports

If you have found a bug, please report it in our main repository's issues section.