Skip to content

NgxDatatableMessages

interface NgxDatatableMessages

Interface for messages to override default table texts.

Properties

ariaFirstPageMessage

ariaFirstPageMessage: string

Pager screen reader message for the first page button

ariaGroupHeaderCheckboxMessage

ariaGroupHeaderCheckboxMessage: string

Group header checkbox aria label

ariaHeaderCheckboxMessage

ariaHeaderCheckboxMessage: string

Header checkbox aria label

ariaLastPageMessage

ariaLastPageMessage: string

Pager screen reader message for the last page button

ariaNextPageMessage

ariaNextPageMessage: string

Pager screen reader message for the next page button

ariaPageNMessage

ariaPageNMessage: string

Pager screen reader message for the n-th page button. It will be rendered as: {{ariaPageNMessage}} {{n}}.

ariaPreviousPageMessage

ariaPreviousPageMessage: string

Pager screen reader message for the previous page button

ariaRowCheckboxMessage

ariaRowCheckboxMessage: string

Row checkbox aria label

emptyMessage

emptyMessage: string

Message to show when the array is present but empty

selectedMessage

selectedMessage: string

Footer selected message

totalMessage

totalMessage: string

Footer total message