Skip to content

Instantly share code, notes, and snippets.

(walk-term [1 {1 1} [1 1 1] #{1 2 3} (l/llist 1 1 1)]
(fn [expr]
(if (number? expr)
(inc expr)
expr)))
;; => [3 {3 3} [3 3 3] #{1 2 3} (2 1 . 1)]
import React, { Component } from 'react';
import { Grid, ScrollSync, AutoSizer } from 'react-virtualized';
import 'react-virtualized/styles.css';
class App extends Component {
render() {
return (
<div className="App">
<div className='Table' style={{width: 600, height: 400}}>
<AutoSizer>