Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

The tabular views make heavy use of Angular directives, to keep the source code concise. However, it can be tricky to understand what all those non-standard-HTML attributes are for. This page sheds some light on the mystery. In addition, further configuration options are described.

 

Warning

Details coming shortly.

 

Directives

onos-sortable-header

sort-callback

sort-callback="sortCallback(requestParams)"

sortable

 

Table Column Options

Note that the table view makes use of two HTML <table> elements; the first for the (non-scrolling) table headers, and the second for the (scrolling) table contents:

 

Image Added

The first thing to note is that the column headers use td tags (not th tags).