Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I have data in a ListView compatible model. I want to have resizable columns. I looked at TableView, but it seems to have data in a different format. Do I take my ListView data and generate a TableModel on the fly?
According to this I would have to dive into C++ for this. That is fine I can do that. Just create an adapter for my file model.