I'm filling a datatable using auth_user table but unable to customise
data which goes into hidden rows. I've attached an image, which
highlights portions where I want to get custom data into.
Custom data I want is any query like:
db(id == db.auth_event.user_id).select(db.auth_event.time_stamp,
db.auth_event.client_ip)
where "id" value is present in each row.
When user clicks on "plus" sign, I want result of above query to be
displayed.
Image Link:
http://picasaweb.google.com/lh/photo/Pt2UXYF9mkr6hpJn0ROSiNR5-iX_Ev5-XD3pqlivcaY?feat=directlink
thanks...
--
To unsubscribe, reply using "remove me" as the subject.