api.jquerymobile.com icon indicating copy to clipboard operation
api.jquerymobile.com copied to clipboard

Reflow table: descriptions of classes options seem incorrect

Open globalmatt opened this issue 11 years ago • 2 comments

http://api.jquerymobile.com/table-reflow/#option-classes.reflowTable

classes.cellLabels (Default: "ui-table-cell-label"): "Class added to the first cell within each grouped header's column. This makes it easy to style these differently to visually delineate the column groups."

classes.reflowTable (Default: "ui-table-reflow"): "Class added to the generated label content added to each table cell based on the header name."

Pretty sure that the current description for reflowTable is actually the description for cellLabels, since ui-table-cell-label is added to a <b> element inside each cell that contains the header name. The reflowTable class (ui-table-reflow) is actually added to the table element. The current description for cellLabels makes no sense to me.

globalmatt avatar Feb 07 '14 01:02 globalmatt

@arschmitz @jaspermdegroot could you please let me know what is correct and I can make the change. thanks.

agcolom avatar Feb 28 '16 23:02 agcolom

@arschmitz - Can you answer @agcolom because I am not really sure and I also don't know if this will change for 1.5.

jaspermdegroot avatar Mar 21 '16 08:03 jaspermdegroot