Changes between Version 17 and Version 18 of DeveloperGuidelines/DataTables


Ignore:
Timestamp:
11/23/11 11:21:45 (13 years ago)
Author:
graeme
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/DataTables

    v17 v18  
    2121|| dataTableStyleAlert || This can be used to give a style to represent an alert condition for the row || list of ids to apply this style || This adds the class 'alert' to the tr element ||
    2222|| dataTableStyleWarning || This can be used to give a style to represent a warning condition for the row || list of ids to apply this style || This adds the class 'warning' to the tr element ||
     23|| hideCol || This can be used to hide the selected columns || list of column ids to be hidden || This will hide the column selected, this column can still be sorted but (obviously) only via code. **For Example:** {{{response.s3.hideCol = [1]}}} ||
    2324
    2425== Examples ==