How can I change the styling(color, bgColr, border,hover ..etc) of dataTable with reactjs dataTable image
To change the style of reactDataTable you can override the CSS styles.
CSS Overrides
If you would like to customize the layout components of React Data Table using styled-components (e.g. styled(DataTable)), or your favorite CSS, SCSS, LESS, etc.. pre-processor you may use the following classNames:
Check the react data table documentation
Check a working stackblitz example