Skip to content

Instantly share code, notes, and snippets.

class Price extends React.Component {
constructor(props) {
super(props)
this.termId = 0
this.facultyId = 0
this.bstOptions = {
onAddRow: (row) => this._onAddRow(row),
afterDeleteRow: (rowKeys) => this._afterDeleteRow(rowKeys)
}
this.bstSelectRow = {