uid/pubkey column header and contents were truncated and column not resizable.
I have solved the truncate problem by using the "resizeToContents".
Now, the column is resizable, but the header and contents are truncated again...
I think we don't need to resize columns if contents are not truncated.
No. Resize to contents has been removed. So header text and u ids are truncated...
I think we should put it back to avoid truncating contents. But then, column will not be resizable.
Please check out the last commit. Resize to content is working and columns are resizable.
Columns are resizable AND resized to content. I don't know why this wasn't possible before. Maybe the change in the underlayer models fixed this behaviour.