Closed betheymc closed 4 years ago
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
td
custom_classes
@stefangabos thank you! This should work.
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?