+
+ Hello}
+ pivotBy={['lastName']}
+ />
+
+
+
+ Tip: Hold shift when sorting to multi-sort!
+
+
{() => getCode()}
+
+ )
+}
+
+function getCode () {
+ return `
+import ReactTable from 'react-table'
+
+// Create some column definitions
+const columns = [{
+ header: 'Name',
+ columns: [{
+ header: 'First Name',
+ accessor: 'firstName',
+ render: row => {
+ return