Have questions? Stuck? Please check our FAQ for some common questions and answers.

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Overview

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.

 

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:

 

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

 

 

  • No labels