Skip to content

[v9/alpha] docs: simple shadcn example #5917

New issue

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

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

Already on GitHub? # to your account

Merged
merged 25 commits into from
Feb 17, 2025

Conversation

austinm911
Copy link

@austinm911 austinm911 commented Feb 11, 2025

follow up to #5910 (comment) , this time targeting the alpha branch

cc @KevinVandy

riccardoperra and others added 25 commits January 20, 2025 00:07
…Better type safety, allows reactive values into cell content, re-render when cell context changes, allow to pass signal inputs into custom components (TanStack#5856)

* feat: flex render granular updates

* updates

* cleanup

* cleanup

* cleanup

* fix test

* angular add explicit version of typescript

* Fix typescript versions

* add some testing for flex render in table

* fix test infra

* refactor flex render

* update lock

* fix tests, cleanup code

* fix tests, cleanup code

* flex render signal content support

* flex render signal content support

* improve view flags, handle state update in zoneless

* improve view flags, handle state update in zoneless

* fix

* ci: apply automated fixes

* clean docs
test
fix doc
add flexRenderComponent util

* test cases

* fix: enable computed rowModels

* fix test for rowModel

* assures that `updateProps` update inputs only for Component reference type

* Merge pull request TanStack#1 from riccardoperra/feat/angular-flex-render-support-output-binding

add support for angular outputs in flex-render-component

---------

Co-authored-by: Lachlan Collins <1667261+lachlancollins@users.noreply.github.com>
Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
…xample (TanStack#5881)

* add editable cell example

* add editable cell example

* row dnd exmaple

* revert basic

* ci: apply automated fixes

* column resizing performant example

* fix

* fix budgets

* ci: apply automated fixes

* typo

---------

Co-authored-by: autofix-ci[bot] <114827586+autofix-ci[bot]@users.noreply.github.com>
…ck#5884)

* this fixes an issue I discussed in discord where with the lit table
adapter, updating a data array did not get reflected by the table.

It is a one-line change to the TableController, and a new example that
demonstrates the difference.

* Update packages/lit-table/src/index.ts

per suggestion from @kadoshms

Co-authored-by: Mor Kadosh <kadoshms@gmail.com>

---------

Co-authored-by: Luke Schierer <lschiere@amazon.com>
Co-authored-by: Mor Kadosh <kadoshms@gmail.com>
* docs: add experimental virtualization example

* work on experimental virtualized column examples

---------

Co-authored-by: Kevin Van Cott <kevin.vancott@rentvision.com>
* docs(angular): add expanding example

* docs(angular): add sub components example

* docs(angular): fix config.json
* since angular 19, ng-packgr only bundle a `fesm2022` export
…hadcn-example

# Conflicts:
#	examples/angular/column-resizing-performant/package.json
#	examples/angular/column-resizing-performant/src/app/app.component.html
#	examples/angular/column-resizing-performant/src/app/app.component.ts
#	examples/angular/editable/package.json
#	examples/angular/editable/src/app/app.component.html
#	examples/angular/editable/src/app/app.component.ts
#	examples/angular/expanding/package.json
#	examples/angular/expanding/src/app/app.component.html
#	examples/angular/expanding/src/app/app.component.ts
#	examples/angular/expanding/src/app/expandable-cell.ts
#	examples/angular/row-dnd/package.json
#	examples/angular/row-dnd/src/app/app.component.ts
#	examples/angular/sub-components/package.json
#	examples/angular/sub-components/src/app/app.component.ts
#	examples/angular/sub-components/src/app/expandable-cell.ts
#	pnpm-lock.yaml
@austinm911 austinm911 changed the title Docs simple shadcn example [v9/alpha] docs: simple shadcn example Feb 11, 2025
@KevinVandy KevinVandy merged commit b5339c5 into TanStack:alpha Feb 17, 2025
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants