UNPKG

react-mui-table

Version:

A react component that takes data & style parameters, and renders a Material UI table.

22 lines (21 loc) 398 B
'use strict'; Object.defineProperty(exports, "__esModule", { value: true }); var materialHeaderColumnStyles = exports.materialHeaderColumnStyles = { headerColumn: { textTransform: 'uppercase', fontWeight: 600, fontSize: 12, position: 'relative' }, clickable: { cursor: 'pointer' }, icon: { position: 'absolute', left: 0, height: 13, width: 15 } };