@kanunilabs/datagrid-react / fillText
Function: fillText()
fillText(
template,values):string
Defined in: datagrid-react/src/locale.tsx:46
Substitute {name} placeholders.
Deliberately not a template engine: the dictionary's placeholders are a fixed
contract checked by locales.test.ts, so anything cleverer would be a
feature nobody asked for on a hot path.
Parameters
template
string
values
Record<string, string | number>
Returns
string