@adaptabletools/adaptable
Version:
Powerful data-agnostic HTML5 AG Grid extension which provides advanced, cutting-edge functionality to meet all DataGrid requirements
8 lines (7 loc) • 320 B
JavaScript
import * as React from 'react';
import SimpleButton from '../../../components/SimpleButton';
export class ButtonSave extends React.Component {
render() {
return (React.createElement(SimpleButton, { "data-name": "save", iconSize: 20, icon: "save", tooltip: "Save", variant: "text", ...this.props }));
}
}