@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) • 321 B
JavaScript
import * as React from 'react';
import SimpleButton from '../../../components/SimpleButton';
export class ButtonShow extends React.Component {
render() {
return (React.createElement(SimpleButton, { "data-name": "show", tooltip: "Show", iconSize: 18, icon: "check", variant: "text", ...this.props }));
}
}