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

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

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

29 个仓库

Awesome GitHub RepositoriesTable View Management

Tools and extensions for managing and enhancing list-based table views.

Explore 29 awesome GitHub repositories matching part of an awesome list · Table View Management. Refine with filters or upvote what's useful.

Awesome Table View Management GitHub Repositories

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

    Ramotion/folding-cell

    10,196在 GitHub 上查看↗

    Folding-cell is a React animation component designed as a collapsible content cell. It functions as an expanding UI element that toggles between a collapsed and expanded state to reveal hidden information. The component implements animated content disclosure using a paper-like transition. It is designed for interactive UI components and mobile layouts, allowing compact lists or grids to expand into detailed views without navigating to a new page.

    Folding cell transition animation.

    Swift
    在 GitHub 上查看↗10,196
  • pawelsalawa/sqlitestudiopawelsalawa 的头像

    pawelsalawa/sqlitestudio

    6,428在 GitHub 上查看↗

    SQLiteStudio is an open-source graphical tool for browsing, editing, and managing SQLite database files. It combines a full-featured SQL editor with syntax highlighting, a visual database schema designer for creating entity-relationship diagrams, and a plugin-based extensibility platform that allows adding custom functionality through C/C++, JavaScript, Tcl, or Python. The application distinguishes itself through its multi-language scripting engine, which embeds JavaScript, Tcl, and Python interpreters to enable user-defined functions and scripts within SQL queries. It supports encrypted data

    Open a table in a grid view to inspect, filter, and edit its rows directly.

    Ccppdatabasedatabase-management
    在 GitHub 上查看↗6,428
  • swipecellkit/swipecellkitSwipeCellKit 的头像

    SwipeCellKit/SwipeCellKit

    6,288在 GitHub 上查看↗

    Swipeable UITableViewCell/UICollectionViewCell based on the stock Mail.app, implemented in Swift.

    Swipeable table cells based on the stock Mail app.

    Swift
    在 GitHub 上查看↗6,288
  • tagspaces/tagspacestagspaces 的头像

    tagspaces/tagspaces

    4,935在 GitHub 上查看↗

    TagSpaces is an offline-first file tagging and organization platform that lets you manage local files with portable metadata stored directly in filenames or sidecar JSON files, eliminating the need for a central database. It functions as a full-text file search engine, a Kanban board file organizer, a local AI file assistant, an S3-compatible cloud file manager, and a web clipper and bookmark manager, all within a single application. The project distinguishes itself through a local-first architecture where all file operations, indexing, and AI processing run entirely on the device, with cloud

    Displays files and folders in a resizable grid layout for visual browsing.

    TypeScriptelectronjavascriptnote-taking
    在 GitHub 上查看↗4,935
  • haujetzhao/capswriter-offlineHaujetZhao 的头像

    HaujetZhao/CapsWriter-Offline

    4,770在 GitHub 上查看↗

    CapsWriter-Offline is a suite of desktop tools that operates without an internet connection, combining local media browsing, voice dictation, audio and video transcription, and 360-degree media viewing into a single application. The project's core identity centers on providing offline functionality for both media handling and speech-to-text workflows. What distinguishes it is the integration of voice dictation with a persistent local storage layer that saves every audio recording and daily transcript logs, along with a rule-based text normalization engine that converts spoken number phrases a

    Ships a configurable grid display with adjustable sorting, column count, and thumbnail quality.

    Python
    在 GitHub 上查看↗4,770
  • chentao0707/simplifyreaderchentao0707 的头像

    chentao0707/SimplifyReader

    4,548在 GitHub 上查看↗

    SimplifyReader 是一个多用途 Android 客户端和多媒体内容浏览器。它作为一个集中式中心,用于消费新闻文章、音频文件、视频流和图像库,同时还提供二维码扫描功能。 该应用程序使用模型-视图-呈现器(MVP)架构构建,以将数据逻辑与用户界面分离,并为其视觉组件实现了 Google Material Design 原则。它利用混合扫描引擎将二维码解码为文本字符串。 该项目涵盖了几个核心能力领域,包括通过 Web 视图渲染的新闻文章消费、通过自定义记录播放器界面的移动音频播放,以及来自第三方服务的视频流媒体。它还包括一个使用瀑布流布局并带有全屏缩放视图过渡效果的图像库。

    Offers a centralized hub for browsing images in a waterfall layout with full-screen transitions.

    Java
    在 GitHub 上查看↗4,548
  • datlechin/tableprodatlechin 的头像

    datlechin/TablePro

    4,471在 GitHub 上查看↗

    TablePro is a cross-platform database management client designed for browsing, querying, and administering both SQL and NoSQL databases. It functions as a unified workspace that integrates a code-centric SQL editor with schema visualization tools, allowing developers to manage complex data models and execute queries across diverse database engines. The application distinguishes itself through an agentic AI integration layer that connects language models directly to database tools, enabling automated query generation, optimization, and error fixing with configurable approval gates. It features

    Infers columns from document samples to display schema-less data in a tabular grid.

    Swift
    在 GitHub 上查看↗4,471
  • gontovnik/dgelasticpulltorefreshgontovnik 的头像

    gontovnik/DGElasticPullToRefresh

    3,745在 GitHub 上查看↗

    DGElasticPullToRefresh is a Swift pull-to-refresh component for iOS that provides a bouncy, elastic animation effect for scrolling lists. It serves as a specialized table view extension that triggers content updates via a downward swipe gesture. The component uses bezier paths and spring physics to render curved visual elements, simulating a flexible stretching effect during user interaction. This physics-based approach governs the movement and bounce of the interface to create a fluid feel. The system manages gesture-driven states and coordinate transformations to shift the view hierarchy.

    Elastic pull-to-refresh implementation.

    Swift
    在 GitHub 上查看↗3,745
  • frectonz/sql-studiofrectonz 的头像

    frectonz/sql-studio

    3,549在 GitHub 上查看↗

    SQL Studio is a web-based database management platform designed to provide a unified interface for interacting with multiple relational database engines and structured file formats. It functions as a comprehensive client that enables users to browse database records, inspect schema metadata, and execute custom queries through a centralized dashboard. The platform distinguishes itself by offering both remote database connectivity and serverless, in-browser analysis of flat files such as Parquet and CSV. It incorporates an intelligent code-aware editor that supports syntax highlighting and cont

    Offers interactive grid views for browsing and managing large tabular datasets.

    Rustduckdblibsqlmariadb
    在 GitHub 上查看↗3,549
  • yalantis/perseiYalantis 的头像

    Yalantis/Persei

    3,434在 GitHub 上查看↗

    Animated top menu for UITableView / UICollectionView / UIScrollView written in Swift

    Animated top menu for scrollable views.

    Swift
    在 GitHub 上查看↗3,434
  • hamzaghazouani/hgplaceholdersHamzaGhazouani 的头像

    HamzaGhazouani/HGPlaceholders

    2,210在 GitHub 上查看↗

    Nice library to show placeholders and Empty States for any UITableView/UICollectionView in your project

    Placeholders and empty states for table and collection views.

    Swift
    在 GitHub 上查看↗2,210
  • marty-suzuki/reverseextensionmarty-suzuki 的头像

    marty-suzuki/ReverseExtension

    1,664在 GitHub 上查看↗

    A UITableView extension that enables cell insertion from the bottom of a table view.

    Enables inserting cells from the bottom of a table.

    Swift
    在 GitHub 上查看↗1,664
  • schrodinger/fixed-data-table-2schrodinger 的头像

    schrodinger/fixed-data-table-2

    1,304在 GitHub 上查看↗

    This project is a data grid library designed for building complex, interactive tables within React applications. It provides a suite of modular components that enable the display of structured information, supporting both custom cell rendering and flexible column configurations to accommodate diverse data presentation needs. The library is built to handle large datasets by utilizing virtualized rendering, which ensures high performance by only processing the subset of rows currently visible within the viewport. It distinguishes itself through support for dynamic row heights and programmatic s

    Improves user control over data views through column resizing and programmatic navigation tools.

    JavaScript
    在 GitHub 上查看↗1,304
  • romansorochak/parallaxheaderromansorochak 的头像

    romansorochak/ParallaxHeader

    1,039在 GitHub 上查看↗

    Simple way to add parallax header to UIScrollView/UITableView written in Swift.

    Adds parallax headers to scrollable views.

    Swift
    在 GitHub 上查看↗1,039
  • ra1028/diffabledatasourcesra1028 的头像

    ra1028/DiffableDataSources

    857在 GitHub 上查看↗

    💾 A library for backporting UITableView/UICollectionViewDiffableDataSource.

    Backporting library for diffable data sources.

    Swift
    在 GitHub 上查看↗857
  • kyoheig3/gridviewKyoheiG3 的头像

    KyoheiG3/GridView

    855在 GitHub 上查看↗

    Reusable GridView with excellent performance and customization that can be time table, spreadsheet, paging and more.

    Customizable grid, spreadsheet, and paging views.

    Swift
    在 GitHub 上查看↗855
  • younatics/expandablecellyounatics 的头像

    younatics/ExpandableCell

    769在 GitHub 上查看↗

    ✨ Awesome expandable, collapsible tableview cell for iOS written in Swift 5

    Easy-to-use expandable and collapsible table cells.

    Swift
    在 GitHub 上查看↗769
  • bcylin/quicktableviewcontrollerbcylin 的头像

    bcylin/QuickTableViewController

    558在 GitHub 上查看↗

    A simple way to create a UITableView for settings in Swift.

    Simple way to create settings-style table views.

    Swift
    在 GitHub 上查看↗558
  • dekatotoro/pulltorefreshswiftdekatotoro 的头像

    dekatotoro/PullToRefreshSwift

    535在 GitHub 上查看↗

    iOS Simple Cool PullToRefresh Library. It is written in pure swift.

    Pull-to-refresh library.

    Swift
    在 GitHub 上查看↗535
  • dentelezhkin/dttableviewmanagerDenTelezhkin 的头像

    DenTelezhkin/DTTableViewManager

    452在 GitHub 上查看↗

    Protocol-oriented UITableView management, powered by generics and associated types.

    Protocol-oriented table view management using generics.

    Swift
    在 GitHub 上查看↗452
上一个12下一个
  1. Home
  2. Part of an Awesome List
  3. Developer Tools
  4. Table View Management

探索子标签

  • Grid View Browsings3 个子标签Open tables in a grid view to inspect, filter, and edit rows directly. **Distinct from Table View Management:** Distinct from Table View Management: focuses on the grid-based browsing and editing of table data rather than general table view management.