Is there a way to add elements to a jqxCalendar cell? My wep app is database supported, and I am using jqWidgets to write a home budget web-based app. I would like to show a calendar on my New Bills page and include in the cells previous bill due dates as they are stored in a table in my database. Maybe some additional info like account, amount, etc.
I can handle everything just fine, but when looking at the object’s API, I do not see a way of adding info to a cell other than the special dates feature. I want to add a div to a date cell on the calendar that shows that database information as it applies to that cell’s date. Is there a way to hook into when the cells are rendered? I could then check the date of the cell against my database and add the info as needed.
Thank you for your time!
Gary