Datatable Tests



Test Results

Base Datatable

Scrolling XY Datatable (Set columnwidths)

A general XY scrolling datatable. Column widths are provided for all columns, table width and height is provided.

Scrolling X Datatable (Auto Columns)

A X-scrolling datatable. Column A and B have specified widths. The rest of the columns do not have any widths specified. Only a height of 200px is specified.

Scrolling Y Datatable

A Y-scrolling datatable. Column widths are provided for all columns, table height is provided. Since all cols have specified width, you may see this table overflowing past its container div (the blue div in the background).

Scrolling Datatable with no ColumnWidth

A Y-scrolling datatable, where only the first 2 columns have a specified width. Only the table height is provided.

Scrolling Datatable with Big Headers

A XY-scrolling datatable, where only the first 2 columns have a specified width. Table height and width is provided. The table headers are of larger width than the table contents

Scrolling Datatable with no width or height set

A scrolling datatable with no width or height values passed in will result in a base datatable being created with auto width and height.