in reply to Re: RFC : AJAX + DBI = DBIx::LiveGrid
in thread RFC : AJAX + DBI = DBIx::LiveGrid
I'm afraid I can't be much help in terms of things like fonts and scrollbars -- I wrote the Perl end, not the JavaScript end (except for the make_grid() JavaScript) - all of the other JavaScript is from the folks at openRico and prototype. See their site (the same site as the demo above) and help forum for possible scrollbar fixes. One thing I know is that you probably do *not* want cells that are more than a row deep since that can throw off the scroller.
update One thing you can try wrt the scrollbars is to replace the make_grid() Javascript call with an actual hard-coded XHTML table (with cells containing non-breaking spaces) that will serve as the container for data. To see how this is constructed, read the Rico docs and do view source on the Rico demo. The main thing is to have the grid ID (data_grid in the examples) appear in the ids of the table as shown in the Rico demo.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: RFC : AJAX + DBI = DBIx::LiveGrid
by srdst13 (Pilgrim) on Sep 16, 2005 at 13:16 UTC | |
by jZed (Prior) on Sep 16, 2005 at 13:50 UTC | |
by srdst13 (Pilgrim) on Sep 18, 2005 at 00:50 UTC | |
|
Re^3: RFC : AJAX + DBI = DBIx::LiveGrid
by zby (Vicar) on Sep 15, 2005 at 21:52 UTC | |
by jZed (Prior) on Sep 15, 2005 at 22:46 UTC |