I am using bootstrap and JQUERY to create a "simple" room use app. It is a table, the columns are the days of the week (Mon - Sat) and the rows, the time (8:00AM, 8:30AM, 9:00AM, etc). Note: This in not a calendar per se. I don't need the dates or months.
Each cell can be blank or display info about what the room is being used for at that time. I want to be able to click on any cell in order to update or edit its info.
Is there a way to do this, (i.e. click on a cell)? I am finding only information on clicking on a row.