Thanks for your suggestion. Now i am getting everything. Can we disable the calendar using property "disabled" or we have to do with css, as in my application user has given option to choose dates only when used in custom mode?
Hi,
The problem for me is fixed by using the following lines in snappy.js [Appended 'px']
div.style.top = (d[1]+25) +'px';
div.style.left = (d[0]-45) + 'px';
Hi,
The problem for me is fixed by using the following lines in snappy.js [Appended 'px']
div.style.top = (d[1]+25) +'px';
div.style.left = (d[0]-45) + 'px';
Hi Rob,
This looks very nice.
It would be possible to populate this table from a data model?
I would like to start from a list with 1-10 million elements represented as POJOS(all are in memory already). Also I would imagine some reflective code that show by default all the properties but the user can hide some of them.