angular-4-data-table
Version:
An Angular 4 data table, with pagination, sorting, expandable rows etc.
15 lines (13 loc) • 411 B
text/typescript
import {DataTableTranslations} from'./data-table-translations.type'
export const defaultTranslations: DataTableTranslations = {
headerReload: 'reload',
headerColumnSelector: 'column selector',
indexColumn: 'index',
selectColumn: 'select',
selectRow: 'select',
selectAllRows: 'select',
expandColumn: 'expand',
expandRow: 'expand',
paginationLimit: 'Limit',
paginationRange: 'Results'
};