jquery - how to display weekly attendance in rails for the selected month? -


iam having 2 dropdowns month dropdown , year dropdown. , submit button.i want display attendance selected month , selected year in dropdown. firstly when month selected want show attendance first weak of selected month in month dropdown.and want have buttons left arrow , right arrow see attendance next weak , previous . want have tabular form shows weak dates columns in view.and want display attendance day in corresponding columns.how can implement in rails? there plugin?

<- previous week  next week ->  child   | monday 5/6 | tuesday 5/7 | wednesday 5/8 | thursday 5/9 on...  child1  | __________ | ___________ | _____________ | ____________ |  child2  | __________ | ___________ | _____________ | ____________ |  submit 

what might looking fullcalendar, more "basic week" view (view views here). fullcalendar has rails-specific gem can find here.


Comments

Popular posts from this blog

javascript - Google App Script ContentService downloadAsFile not working -

javascript - Function overwritting -

php - Find a regex to take part of Email -