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

Investigate Grid component #22

Closed
bvaughn opened this issue Dec 11, 2015 · 1 comment
Closed

Investigate Grid component #22

bvaughn opened this issue Dec 11, 2015 · 1 comment
Assignees

Comments

@bvaughn
Copy link
Owner

bvaughn commented Dec 11, 2015

Create a new Grid component that supports virtualization of both rows (vertical) and columns (horizontal). Interface may look something like:

<Grid
  columnsCount={}
  columnWidth={index => {}}
  rowsCount={}
  rowHeight={index => {}}
  renderCell={({ columnIndex, rowIndex }) => {}}
  scrollToColumn={}
  scrollToRow={}
/>

Blockers

  • Refactor VirtualScroll's vertical virtualization functions into a helper utility.
@bvaughn
Copy link
Owner Author

bvaughn commented Dec 15, 2015

Related to issue #6

@bvaughn bvaughn self-assigned this Jan 30, 2016
@bvaughn bvaughn mentioned this issue Jan 31, 2016
bvaughn added a commit that referenced this issue Jan 31, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant