Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

List component #422

Closed
fkolar opened this issue Jan 16, 2019 · 1 comment
Closed

List component #422

fkolar opened this issue Jan 16, 2019 · 1 comment
Labels
contribution welcome this fix/enhancement is approved and you are invited to contribute to it enhancement New feature or request

Comments

@fkolar
Copy link
Member

fkolar commented Jan 16, 2019

Is this a bug, enhancement, or feature request?

Briefly describe your proposal.

Let's thing how to bring list component into enterprise level.

  • Usually list needs to handle large number of items,
  • They need to support single and multiselection.
  • Developers needs to be able to customize the way item is rendered ng-template
  • Virtual scrolling and lazy loading.

We dont need to reinvent all this @angular/cdk its good patern library .

Which versions of Angular and Fundamental NGX are affected? (If this is a feature request, use current version.)

If this is a bug, please provide steps for reproducing it.

Please provide relevant source code if applicable.

Is there anything else we should know?

@droshev droshev added MVP1 enhancement New feature or request contribution welcome this fix/enhancement is approved and you are invited to contribute to it labels Jan 21, 2019
mikerodonnell89 pushed a commit that referenced this issue Jan 28, 2019
* #422 added single selection + updated list checkbox

* fix spacing and make radio labels clickable
@MattL75
Copy link
Contributor

MattL75 commented Jan 30, 2019

  • Usually list needs to handle large number of items
  • They need to support single and multiselection
  • Developers needs to be able to customize the way item is rendered ng-template (already doable)
  • Virtual scrolling and lazy loading.

Considering that virtual scrolling has its own issue thread, I will close this

@MattL75 MattL75 closed this as completed Jan 30, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
contribution welcome this fix/enhancement is approved and you are invited to contribute to it enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

3 participants