mui-table icon indicating copy to clipboard operation
mui-table copied to clipboard

Improved Material-UI table

Results 30 mui-table issues
Sort by recently updated
recently updated
newest added

Bumps [elliptic](https://github.com/indutny/elliptic) from 6.5.3 to 6.5.4. Commits 43ac7f2 6.5.4 f4bc72b package: bump deps 441b742 ec: validate that a point before deriving keys e71b2d9 lib: relint using eslint 8421a01 build(deps): bump...

dependencies

Bumps [ini](https://github.com/isaacs/ini) from 1.3.5 to 1.3.7. Commits c74c8af 1.3.7 024b8b5 update deps, add linting 032fbaf Use Object.create(null) to avoid default object property hazards 2da9039 1.3.6 cfea636 better git push script,...

dependencies

Hopefully will allow support for `maxHeight` use cases, and should also improve rendering of `position: sticky` (`borderBottom`, etc) - https://codesandbox.io/s/xp4nk64qxq - https://codepen.io/bludev/pen/BmpwPP

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

Bumps [mixin-deep](https://github.com/jonschlinkert/mixin-deep) from 1.3.1 to 1.3.2. Commits - [`754f0c2`](https://github.com/jonschlinkert/mixin-deep/commit/754f0c20e1bc13ea5a21a64fbc7d6ba5f7b359b9) 1.3.2 - [`90ee1fa`](https://github.com/jonschlinkert/mixin-deep/commit/90ee1fab375fccfd9b926df718243339b4976d50) ensure keys are valid when mixing in values - See full diff in [compare view](https://github.com/jonschlinkert/mixin-deep/compare/1.3.1...1.3.2) Maintainer changes This...

dependencies

Not sure if we should complicate the library, and there are many approaches, but I at least wanted to document them here. - https://elvery.net/demo/responsive-tables/ - https://github.com/filamentgroup/tablesaw - https://css-tricks.com/responsive-data-tables/ - https://www.sitepoint.com/responsive-data-tables-comprehensive-list-solutions/...

- [React-Table - HOC DraggableTable](https://codesandbox.io/s/5vxlnjrw1n) - [react-virtualized-resizable-columns](https://codesandbox.io/s/j30k46l7xw) - https://github.com/mzabriskie/react-draggable - http://clauderic.github.io/react-sortable-hoc/#/react-virtualized/sortable-table-columns?_k=o5p3dd

See [react-beautiful-dnd](https://react-beautiful-dnd.netlify.com/?selectedKind=Tables&selectedStory=with%20fixed%20width%20columns&full=0&addons=1&stories=1&panelRight=0&addonPanel=storybook%2Factions%2Factions-panel) - https://github.com/atlassian/react-beautiful-dnd/blob/master/docs/patterns/tables.md Might also be able to use [react-sortable-hoc](http://clauderic.github.io/react-sortable-hoc/#/react-virtualized/sortable-table-rows?_k=z8k80i)