The Table Header tag outputs the header of the results table. The tag must be nested within a Table Result List tag.
Was this page helpful?
⌘I
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Action required: Upgrade to Fusion 5.17.2 to apply urgent security patches. Lucidworks Search clients will be upgraded automatically.
<table:result-list response="response">
<table:header>
<table:header-cell name="full_name" label="Name" sort="true"></table:header-cell>
<table:header-cell name="address" label="Address" sort="true"></table:header-cell>
<table:header-cell name="dob" label="Date of birth" sort="true"></table:header-cell>
</table:header>
...
</table:result-list>
Was this page helpful?