silevis / reactgrid

Add spreadsheet-like behavior to your React app

Home Page:https://reactgrid.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Export styles variable for Dropdown cells to allow for styling with tailwind classes

MarcusElg opened this issue · comments

Describe the bug
Normally Select components are styled with the styles object, however when used in a dropdown cell the styles object is hardcoded and can only be overriden with css. It would be much nicer to be able to modify the styles object.

Current behavior
Can't change styles object for DropdownCell

Expected behavior
Allow changing style for dropdowns

@MarcusElg Can't css overlay directly?

@MarcusElg Can't css overlay directly?

Well yes. But that doesn't allow using tailwind classes which I use throughtout the rest of the project.