react-data-table-component
react-data-table-component copied to clipboard
Media Not Working
1)This format was not working in local . i am getting error.
import DataTable { Media } from 'react-data-table-Component';
const columns = [ { name: 'Title', selector: row => row.title, hide: Media.SM } ];
2)when i am adding comma it will work in local but when i will commit the code to azure i am getting error . i can not commit the code
import DataTable ,{ Media } from 'react-data-table-Component';
const columns = [ { name: 'Title', selector: row => row.title, hide: Media.SM } ];