Add Style to buttonText property
mehranrahnama opened this issue · 1 comments
mehranrahnama commented
Hi Please ...
How can i give css style to buttonText property in ReactHTMLTableToExcel component?
thanks in advance .
farzigalib commented
Hi,
You may accomplish this using React's custom className
or You may use predefine className
to design the button if you're using any class utility CSS frameworks like Bootstrap or Reactstrap.
Here is one instance.
https://codesandbox.io/s/export-multiple-tables-into-excel-file-p4l83s
If you require further details, please let me know.
Best Regards
Himanshu Joshi