-
-
Notifications
You must be signed in to change notification settings - Fork 29
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
feat: dynamically create grid from imported CSV data #1772
Conversation
Run & review this pull request in StackBlitz Codeflow. |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #1772 +/- ##
======================================
Coverage 99.8% 99.8%
======================================
Files 187 187
Lines 31164 31164
Branches 9791 9791
======================================
Hits 31075 31075
Misses 89 89 ☔ View full report in Codecov by Sentry. |
@zewa666 so I was looking for a new feature so that I could push a new I haven't done the Angular-Slickgrid example yet and it for this use case, it might actually be easier to create a dynamic grid from vanilla code, but anyway it shouldn't be too hard in Angular as well (will create in Vue first though) Also a reminder, all PRs now include the Stackblitz link above, so you can even give try it live if you want :) |
we do that for our OData provided Grid/ColumnConfigs so thats a super valuable example. our current use case though is to somewhat replicate the composite editor form but instead with ngx-formly in order to support rendering various grid definitions. e.g the grid shows the overview but dblckick on a row will open a modal with 1..n related tables based on forms. so we're essentially wrapping slickgrid controls and mapping slickgrid Interfaces to formly ones |
TODOs
.txt
file though, user can implement Excel import themselves if they wish