It allows the configuration of an asynchronous table so that it can contain links to the next and previous pages when results are paginated. It is a child of async-table and its use in any other place is not allowed.
| Attribute name | Description | Default | Required | Valid values | 
| containerId | Identifier of the HTML element that will contain the link created. | true | ||
| type | The type of the link, that is, whether it is a next or previous one. | true | ||
| src | URL of the image used to represent the link. | false | ||
| alt | The text used to represent the link when there is no image. | true | true | |
| title | Title of the link. To be used as title attribute of the img tag that will be created to represent the link. | false | 
Note: all of the attributes accept runtime expressions.