Skip to content

Instantly share code, notes, and snippets.

View CrystalCodes01's full-sized avatar

Crystal Maria CrystalCodes01

  • West Palm Beach, FL
View GitHub Profile
import React, { Component } from "react";
import { AgGridReact } from 'ag-grid-react';
import styled from 'styled-components';
import 'ag-grid/dist/styles/ag-grid.css';
import 'ag-grid/dist/styles/ag-theme-balham.css';
var students = [
{value: 14, type: 'age'},
{value: 'female', type: 'gender'},
{value: "Happy", type: 'mood'},