o0101 / good.html

💎 Good.HTML. A nice framework without the bad stuff. Lots of custom elements, and nice templates. Good. HTML
https://o0101.github.io/good.html/
MIT License
21 stars 2 forks source link

Datensynchronisation #44

Open o0101 opened 2 years ago

o0101 commented 2 years ago

Keep a double end queue or a heap in order to keep the actual visual order of the available to be printed into the data sync

o0101 commented 2 years ago

Also each actual row has its own specific key which is independent of the key of the data so what happens is the row key determines that that row is the same element

Any actual render printing section for the rollers we iterate over the rose in the visual order using the hue or heat and correlate visual order with the correct instance of the data

So those data items are then passed in as template slots variables or state to those rows in the correct order and that triggers the reprinting of those rows with the correct data

The same idea for cells so we do not key these row view components with a data key with key then simply with their own specific keys as they are fixed rows for the viewport the virtualized table