• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

GNUmakefileH A D01-Jun-2021699 3325

GNUmakefile.preambleH A D01-Jun-2021229 108

READMEH A D01-Jun-2021987 3325

WETableCell.hH A D01-Jun-20211.3 KiB4518

WETableCell.mH A D01-Jun-20218.5 KiB258213

WETableData.apiH A D01-Jun-2021487 1915

WETableData.mH A D01-Jun-202112.1 KiB426352

WETableHeader.apiH A D01-Jun-2021359 1411

WETableHeader.mH A D01-Jun-20212.2 KiB7659

WETableView+Grouping.hH A D01-Jun-20211.3 KiB4215

WETableView+Grouping.mH A D01-Jun-20215.2 KiB161128

WETableView.apiH A D01-Jun-20211.3 KiB4837

WETableView.hH A D01-Jun-20217 KiB22379

WETableView.mH A D01-Jun-202165.7 KiB2,0271,674

WETableViewButtonMode.mH A D01-Jun-20211 KiB3626

WETableViewColorConfig.hH A D01-Jun-20211.2 KiB3913

WETableViewColorConfig.mH A D01-Jun-20212.2 KiB6753

WETableViewConfigObject.hH A D01-Jun-20211.2 KiB4012

WETableViewConfigObject.mH A D01-Jun-20211.1 KiB3828

WETableViewDefines.hH A D01-Jun-20213.3 KiB7844

WETableViewFooterMode.mH A D01-Jun-20211 KiB3726

WETableViewGroupMode.mH A D01-Jun-20211 KiB3726

WETableViewIconConfig.hH A D01-Jun-20211.6 KiB5125

WETableViewIconConfig.mH A D01-Jun-20213.9 KiB9781

WETableViewInfo.hH A D01-Jun-20211 KiB3813

WETableViewLabelConfig.hH A D01-Jun-20211.3 KiB4216

WETableViewLabelConfig.mH A D01-Jun-20213.4 KiB9075

WETableViewState.hH A D01-Jun-20211.4 KiB4620

WETableViewState.mH A D01-Jun-2021936 3223

WETableViewTitleMode.mH A D01-Jun-20211 KiB3726

common.hH A D01-Jun-202123 21

README

1WETableView
2===========
3
4TODO: write some documentation how it works, what it supports, etc ...
5
6TODO:
7- add support for CSS
8- allow sort icon on the right
9- allow click on the whole title for sorting
10  - disable when in form mode? (could enable in JS mode?)
11
12Capabilities
13============
14
15- grouping! That is, you can join rows in row-groups which can be
16  expanded/collapsed
17- checkbox handling
18
19FAQ
20===
21
22Q: How do I enable checkboxes?
23A: Place the tableview inside a WOForm, then set the "selection" binding to
24   an NSArray ivar in your component.
25   Everything else should work out of the box.
26
27Q: Whats is the difference between WETableView and SkyTableView as used in OGo?
28A: The SkyTableView is a component wrapping WETableView. Besides utomatically
29   binding the icons and colors of the WETableView, it also provides some
30   advanced functionality like shift-select checkboxes as well as datasource
31   support.
32   Note: 'selection' is called 'selections' in the SkyTableView ...
33