How to use the @devexpress/dx-react-grid-material-ui.Table.Cell function in @devexpress/dx-react-grid-material-ui

To help you get started, we’ve selected a few @devexpress/dx-react-grid-material-ui examples, based on popular ways it is used in public projects.

Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.

github pietrzakadrian / bank / frontend / app / components / App / HistoryGrid / TableCellWrapper.js View on Github external
/**
 *
 * TableCellWrapper
 *
 */

import styled from 'styled-components';
import { Table } from '@devexpress/dx-react-grid-material-ui';

const TableCellWrapper = styled(Table.Cell)`
  &&& {
    font-size: 14.5px;
    font-family: 'Lato';
  }
`;

export default TableCellWrapper;

@devexpress/dx-react-grid-material-ui

Material-UI templates for DevExtreme React Grid component

SEE LICENSE IN README.md
Latest version published 3 months ago

Package Health Score

84 / 100
Full package analysis