Paul-DS / bootstrap-year-calendar

[DEPRECATED] A fully customizable year calendar widget, for boostrap !
Apache License 2.0
294 stars 243 forks source link

Only displaying one column #171

Closed pBauma closed 6 years ago

pBauma commented 6 years ago

After testing with different Bootstrap and Calender versions I still can't get the calender to display more than one column.

Tested versions: Bootstrap version: v4-beta, v3.3.7 jQuery version: v3.2.1 Calender versions: v1.1.0, v1.0.1

HTML code <div id="calendar" class="calendar"></div>

js code $(function() { $('#calendar').calendar(); });

auswahl_020

Any ideas on how to solve this?

pBauma commented 6 years ago

Fixed by downgrading to bootstrap v3

fergalddaly commented 6 years ago

This does mean that this is not available for bootstrap v4 ?

William-H-M commented 6 years ago

@fergalddaly Hi, yes this library is not available for BS4

fergalddaly commented 6 years ago

@William-H-M - Any chance of making it available for BS4 ? and angular 2 / 4 . Think it would be widely used if available for both.