awesome-repositories.com
博客
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目关于排名机制媒体报道MCP 服务器
法律隐私政策服务条款
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 个仓库

Awesome GitHub RepositoriesTable Bindings

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.

Awesome Table Bindings GitHub Repositories

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • lxn/walklxn 的头像

    lxn/walk

    7,063在 GitHub 上查看↗

    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.

    Godeclarativedeclarative-uigo
    在 GitHub 上查看↗7,063
  • declarativehub/bondDeclarativeHub 的头像

    DeclarativeHub/Bond

    4,202在 GitHub 上查看↗

    Bond 是一个 Swift 数据绑定框架,旨在通过单向和双向值流同步数据模型和用户界面元素。它作为一个响应式套件,用于监控集合更改、转换数据流以及将用户界面事件桥接到数据模型。 该项目提供了一个响应式桥接器,将用户界面交互和协议委托方法调用转换为可观察信号。它包括一个用于监控数组更改的集合观察者,以及一个功能性数据流处理器,该处理器在值到达目标界面元素之前应用操作符来修改或组合值。 该框架涵盖了广泛的功能领域,包括属性级同步、表视图和集合视图的自动数据源绑定,以及将委托方法调用转换为异步信号事件。

    Connects observable collections to table and collection views to automate row and cell updates.

    Swift
    在 GitHub 上查看↗4,202
  1. Home
  2. User Interface & Experience
  3. Data Binding
  4. Table Bindings