View Single Post
Old 10-24-2011, 01:26 AM   #1
katsu
Member
katsu began at the beginning.
 
Posts: 15
Karma: 10
Join Date: Oct 2011
Device: iPad,Kindle3
How do I add a Table view in my plugin?

Hi,

I want to use Table view in my plugin
with data generated by my plugin.
How do I add table with calibre?
is there a referable plugin?

data = (
(1, 'tom', 20,*1319433099),
(2, 'sally', 27,*1319433108),
(3, 'bill', 58,*1319433333)
)

table image:
------------------------------------------------
|*1 | tom | 20 | *1319433099| [edit] | [delete] |
------------------------------------------------
|2| sally | 27 | *1319433108|*[edit] | [delete] |
------------------------------------------------
|3| bill | 58 | *1319433333|*[edit] | [delete] |
------------------------------------------------
thanks.

Last edited by katsu; 10-24-2011 at 01:30 AM.
katsu is offline   Reply With Quote