I want to show in React a green button with an eye like in my sketch green button the goala . I did my table material-ui from material-ui website. However I can't pin up my <IconButton><Visibility/></IconButton>
in my websitemywebsitewiththetick. I followed a lot of videos without success. I tried different values im my table but this one shows me V (tick).
I put in "import" :
import React from 'react';
import MaterialTable from 'material-table';
import IconButton from 'material-ui';
import { Visibility } from '@material-ui-icons';
What do you think, please ?
Have a good day
Video : https://www.youtube.com/watch?v=Vj27n1ekPJY
Icon Visibility material-ui : https://material-ui.com/components/material-icons/
table material-ui in code sandbox : https://codesandbox.io/s/material-demo-yet69?file=/index.js