Generic client-side table: per-column sort, in-header filters (text/select/multi), built-in pagination with a user-set page size (incl. All) and an editable jump-to-page box. Sort/filter/page/size persist to localStorage (survive F5). Falls back to a compact card list below md. Intended for reuse across modules (channels now, playlists next).
15 lines
314 B
JSON
15 lines
314 B
JSON
{
|
|
"filter": "Filter",
|
|
"clear": "Clear",
|
|
"all": "All",
|
|
"rowsPerPage": "Rows per page",
|
|
"noOptions": "No options",
|
|
"empty": "Nothing to show.",
|
|
"pager": {
|
|
"prev": "Previous",
|
|
"next": "Next",
|
|
"page": "Page {{page}} of {{total}}",
|
|
"pageLabel": "Page",
|
|
"ofTotal": "of {{total}}"
|
|
}
|
|
}
|