dmnfarrell / tkintertable

A pure Python library for adding tables to a Tkinter application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Question on Data type

flairekq opened this issue · comments

Hi, does the table support displaying data types apart from Text? E.g., Images, etc.

No it's really only text and numbers. pandastable supports a bit more like datetime types.