* fix(module: form): DisplayName for FormItem will be not default to property name * add a demo for display name attribute
feat(module:table): add support for Display attribute Display attribute is widely used to specify display text for entity properties. Table component should get column names from Display attribute instances. Closes #1278