1
0
Fork 0
mirror of synced 2024-10-01 09:38:55 +13:00

datatable: terminology updated: index > view

This commit is contained in:
Michael Shanks 2020-04-02 06:30:20 +01:00
parent ecc649180f
commit 5209c6443c

View file

@ -1,6 +1,6 @@
export default ({ indexes, helpers }) =>
indexes.map(i => ({
name: `Table based on index: ${i.name} `,
name: `Table based on view: ${i.name} `,
props: tableProps(
i,
helpers.indexSchema(i).filter(c => !excludedColumns.includes(c.name))