UNPKG

fixed-react-data-grid-custom

Version:

Excel-like grid component built with React, with editors, keyboard navigation, copy & paste, and the like

6 lines 216 B
import React from 'react'; export function SimpleCellFormatter(_a) { var value = _a.value; return React.createElement("div", { title: String(value) }, value); } //# sourceMappingURL=SimpleCellFormatter.js.map