Changes between Version 18 and Version 19 of DeveloperGuidelines/DataTables


Ignore:
Timestamp:
11/23/11 12:56:22 (13 years ago)
Author:
Fran Boon
Comment:

dataTableResize

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperGuidelines/DataTables

    v18 v19  
    1818|| dataTable_sPaginationType || This defines what controls are displayed to allow the user to page through the records || String either 'two_button' or 'full_numbers' \\'''default value''' 'full_numbers' || ||
    1919|| dataTableDisplay || This can be used to change how a cell displays the text || List of translations. Each translation is a dictionary item and consists of the column number, the value to look for and its replacement ||
     20|| dataTableResize || If set then the table will resize after download - this allows fields with long body text to have excess hidden behind a button - e.g. comments_represent() || True or False ||
    2021|| dataTableStyleDisabled || This can be used to give a style to represent disabled text || list of ids to apply this style || This adds the class 'disable' to the tr element ||
    2122|| 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 ||