Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

comment on

( [id://3333]=superdoc: print w/replies, xml ) Need Help??

If I may ba a curmudgeon for a while and point out some things about DBIx::HTMLTable

  • It takes it's data in an array of arrays. Nothing wrong with that, but it's not really specific to DBI, so why is it in DBIx?
  • Considering that it takes it's DBIx, I'd like to see a mode where it takes a statement handle and does it's own fetches - thereby reducing memory consumption.
  • I see your point about the attributes. The documentation describes the attributes the function supposedly takes, but does not give any incling on how to describe which attribute goes where (like what to do if you want alternating rows in different colors, or different onclick handlers on different cells). Note that that could simply be a deficiency in the documentation - possibly the author considers his methods obvious.

Personaly, I'd contact the author to ask him how to do the alternating rows trick. Then if he doesn't have an answer, or if he doesn't answer, or if you don't like his answer, you can extend DBIx::HTMLTable with your own code. Perhaps with something where you can declare per-column and per-row callbacks that return a list of attributes, or something like that.

Oh, and an auto-fetch mode. That would probably be the first thing I'd add if I were messing with this module.

Having said that, thanks for mentioning CGI::AJAX. I haven't heard of it before, and now that I have I'm itching to try it in some project...


In reply to Re: DBIx::HTMLTable Is Not My Drug of Choice by matija
in thread DBIx::HTMLTable Is Not My Drug of Choice by hackdaddy

Title:
Use:  <p> text here (a paragraph) </p>
and:  <code> code here </code>
to format your post; it's "PerlMonks-approved HTML":



  • Are you posting in the right place? Check out Where do I post X? to know for sure.
  • Posts may use any of the Perl Monks Approved HTML tags. Currently these include the following:
    <code> <a> <b> <big> <blockquote> <br /> <dd> <dl> <dt> <em> <font> <h1> <h2> <h3> <h4> <h5> <h6> <hr /> <i> <li> <nbsp> <ol> <p> <small> <strike> <strong> <sub> <sup> <table> <td> <th> <tr> <tt> <u> <ul>
  • Snippets of code should be wrapped in <code> tags not <pre> tags. In fact, <pre> tags should generally be avoided. If they must be used, extreme care should be taken to ensure that their contents do not have long lines (<70 chars), in order to prevent horizontal scrolling (and possible janitor intervention).
  • Want more info? How to link or How to display code and escape characters are good places to start.
Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others rifling through the Monastery: (4)
As of 2024-04-26 00:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found