Displaying Result Numbers in Brief Results (Classic UI)
In Primo v3, the Front End user interface no longer displays the result numbers by default. The following CSS code enables result numbers:
.EXLResultsList td.EXLResultNumber {vertical-align: middle; display:table-cell; *display:block; width:1%;} /* note the *display hack for ie6/7 */
The result of this code displays as follows:
Result Numbers in Brief Results