react-mui-table
Version:
A react component that takes data & style parameters, and renders a Material UI table.
23 lines (19 loc) • 371 B
JavaScript
;
Object.defineProperty(exports, "__esModule", {
value: true
});
var _colors = require('material-ui/styles/colors');
var styles = {
checkboxColumn: {
width: '40px',
padding: '0 0 0 25px'
},
smallColumn: {
padding: 0,
width: 40
},
tableBody: {
borderBottom: '1px solid ' + _colors.faintBlack
}
};
exports.default = styles;