summaryrefslogtreecommitdiffstatshomepage
path: root/maptablemodel.go (follow)
Commit message (Collapse)AuthorAgeFilesLines
* Add build tags to allow this library to be included in a cross platform program. This allows for several things:Joseph Watson2015-09-151-0/+2
| | | | | | 1) Develop on something other then a windows box, and cross compile the program to target windows. 2) Develop a program that will run on the command line for any OS, but also have a gui when run on windows. 3) Use the walk library for the windows gui, and some other library for a gui on other platforms.
* Use stable sort everywhereAlexander Neumann2015-08-041-1/+1
|
* mapTableModel: s/index/rowAlexander Neumann2013-05-161-1/+1
|
* TableView: Add support for []map[string]interface{} modelsAlexander Neumann2013-05-161-0/+74