diff --git a/src-examples/App.jsx b/src-examples/App.jsx index 6491390..713e0f4 100644 --- a/src-examples/App.jsx +++ b/src-examples/App.jsx @@ -3,33 +3,13 @@ import {Redirect, Route, Switch} from "react-router-dom"; import NavItem from "./NavItem"; -import DynamicComponentsExample from "./dynamicComponentExample/DynamicComponentsExample"; -import RichGridExample from "./richGridExample/RichGridExample"; import RichGridDeclarativeExample from "./richGridDeclarativeExample/RichGridDeclarativeExample"; -import RichComponentsExample from "./richComponentExample/RichComponentsExample"; -import EditorComponentsExample from "./editorComponentExample/EditorComponentsExample"; -import PinnedRowComponentExample from "./pinnedRowExample/PinnedRowComponentExample"; -import FullWidthComponentExample from "./fullWidthExample/FullWidthComponentExample"; -import GroupedRowInnerRendererComponentExample from "./groupedRowInnerRendererExample/GroupedRowInnerRendererComponentExample"; -import FilterComponentExample from "./filterComponentExample/FilterComponentExample"; -import SimpleReduxExample from "./simpleReduxExample/SimpleReduxExample"; -import FloatingFilterGridExample from "./floatingFilter/FloatingFilterGridExample"; import SimpleReduxDynamicExample from "./simpleReduxDynamicComponentExample/SimpleReduxExample"; const SideBar = () => (
Currency column.Square, Cube, Row Params, Currency and Child/Parent: - React Components within the Grid
-Currency (Pipe): An React Component mimicking a - Currency Pipe, dynamically updated with the button above.
-Child/Parent: Demonstrates the Child Cell Component - communicating with the Parent Grid Component.
-Refresh Even Row Currency Data: Dynamically Updates - Event Rows Currency Value. Only the Currency column will be re-rendered.
-Utilise React Components within ag-Grid
- React with ag-Grid - React Renderers - Updating Data -Name: Utilises the built in RichSelect editor
Mood: A Custom React Editor demonstrating popup functionality, with full keyboard control.
-Numeric: A Custom React Editor demonstrating pre & post validation. Only numeric characters are allowed, - and numbers greater than 1000000 will be rejected.
-Utilise React Components within ag-Grid
- Cell Editing - Editor Components - React with ag-Grid - React Editor Components -
-
- This filter will allow partial matches - for example enter "m p" which will match Michael Phelps.
-Utilise React Components within ag-Grid
- React with ag-Grid - React Renderers -Select All/Clear Selection: Select or Deselect - All - Rows
-Hide/Show Country Column: Select or Deselect - All - Rows - (expand the Employee column to show the Country column first)
-Toggle The Tool Panel: Let your users Pivot, - Group - and - Aggregate using the Tool Panel
-Refresh Data: Dynamically Update Grid Data
-Quick Filter: Perform Quick Grid Wide - Filtering - with - the Quick Filter
-DOB Filter: Set the DOB filter to 01/01/2000 - using - the - Filter API (expand the Employee column to show the DOB column)
-Custom Headers: Sort, Filter and Render - Headers - using - Header Components
-Utilise Grid Features Programmatically Using the APIs - Available
- Grid API - Column API -Customer the Header with React Components
- Header Component - Header Group Component -Filter with Quick Filters, Floating Filters, Built In - Filters - or Using the - Filter API
- Quick - Filter - Floating Filters - Built in - Filters - Filter API -Pinned Columns, Checkbox Selection, Customer Renderers, - Data - Updates
- React with ag-Grid - Pinned Column - Checkbox Selection - Cell - Renderers - Updating Data -