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.
|