react-data-table-component icon indicating copy to clipboard operation
react-data-table-component copied to clipboard

Media Not Working

Open venkat181098 opened this issue 3 years ago • 0 comments

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 } ];

venkat181098 avatar Aug 22 '22 07:08 venkat181098