2 个仓库
Connects complex data sources to table widgets for automated row and column synchronization.
Distinct from Data Binding: Specializes general data binding specifically for tabular data structures and sorting logic.
Explore 2 awesome GitHub repositories matching user interface & experience · Table Bindings. Refine with filters or upvote what's useful.
Walk is a comprehensive framework for building native Windows desktop applications. It functions as a GUI library and Windows API wrapper, providing a toolkit of native widgets and a declarative layout system for developing high-performance user interfaces. The project is distinguished by its data-binding framework, which uses reflection and string-based property paths to synchronize data sources with interface widgets. It also provides specialized support for high-DPI interface scaling and an optimized native message loop to reduce runtime overhead. The toolkit covers a wide range of capabi
Connects data sources to table widgets using reflection to handle row updates, column values, and automatic sorting.
Bond 是一个 Swift 数据绑定框架,旨在通过单向和双向值流同步数据模型和用户界面元素。它作为一个响应式套件,用于监控集合更改、转换数据流以及将用户界面事件桥接到数据模型。 该项目提供了一个响应式桥接器,将用户界面交互和协议委托方法调用转换为可观察信号。它包括一个用于监控数组更改的集合观察者,以及一个功能性数据流处理器,该处理器在值到达目标界面元素之前应用操作符来修改或组合值。 该框架涵盖了广泛的功能领域,包括属性级同步、表视图和集合视图的自动数据源绑定,以及将委托方法调用转换为异步信号事件。
Connects observable collections to table and collection views to automate row and cell updates.