Skip to content

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 <[email protected]>
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 <[email protected]>

---------

Co-authored-by: Luke Schierer <[email protected]>
Co-authored-by: Mor Kadosh <[email protected]>
* docs: add experimental virtualization example

* work on experimental virtualized column examples

---------

Co-authored-by: Kevin Van Cott <[email protected]>
* 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
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants