This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
import React from 'react'; | |
import {AgGridReact} from 'ag-grid-react'; | |
import * as ColumnUtils from 'common/ag-grid/column/column-utils'; | |
import './myApp.css'; | |
import genericCellEditorFactory from './cellEditors/generic'; | |
export const ACTION_TYPE_SORT = 'sort'; | |
export const ACTION_TYPE_FILTER = 'filter'; | |
/** |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"platform": "facebook_messenger", | |
"recipient": { | |
"id": "USER_ID" | |
}, | |
"content": { | |
"type": "text", | |
"payload": "Hellow world!" | |
}, | |
"Headers": "" |