stefangabos/Zebra_Datepicker

Adding a class to td's in datepicker

betheymc opened this issue · 2 comments

I need to be able to add a class to the datepicker td's for styling purposes. I'm not seeing anything about this in the docs - is that something that can be added easily?

You cannot add a class to the tds but you can add one to the date picker, and then target the tds from there. see the docs, look for custom_classes

@stefangabos thank you! This should work.