Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

material-table

Package Overview
Dependencies
Maintainers
1
Versions
194
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

material-table - npm Package Compare versions

Comparing version 1.0.0-rc.1 to 1.0.0-rc.2

13

dist/m-table-filter-row.js
/* eslint-disable no-unused-vars */
import * as React from 'react';
import PropTypes from 'prop-types';
import { TableCell, TableRow, TextField, FormControl, Select, Input, MenuProps, MenuItem, Checkbox, ListItemText, InputAdornment, Icon } from '@material-ui/core';
import { TableCell, TableRow, TextField, FormControl, Select, Input, MenuItem, Checkbox, ListItemText, InputAdornment, Icon } from '@material-ui/core';
/* eslint-enable no-unused-vars */
const ITEM_HEIGHT = 48;
const ITEM_PADDING_TOP = 8;
const MenuProps = {
PaperProps: {
style: {
maxHeight: ITEM_HEIGHT * 4.5 + ITEM_PADDING_TOP,
width: 250
}
}
};
class MTableFilterRow extends React.Component {

@@ -8,0 +19,0 @@ getComponentForColumn(columnDef) {

2

package.json
{
"name": "material-table",
"version": "1.0.0-rc.1",
"version": "1.0.0-rc.2",
"description": "Datatable for React based on https://material-ui.com/api/table/ with additional features",

@@ -5,0 +5,0 @@ "main": "dist/material-table.js",

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc