Extends QTableWidget with some useful functions for automatic data handling and copy / export context menu. Can automatically format and display:
Types allowed: 1 or 2D numpy array or metaArray 1D numpy record array list-of-lists, list-of-dicts or dict-of-lists
Copy all data to clipboard.
Copy selected data to clipboard.
Return 1) a function that will provide an iterator for data and 2) a list of header strings
Save all data to file.
Save selected data to file.
Convert entire table (or just selected area) into tab-separated text values