6 Repos
Systems that render structured data as live-updating tabular views within a document.
Distinct from Data Table Generators: Existing candidates focus on parsing static markdown tables or database schema generation, not runtime rendering of metadata as tables.
Explore 6 awesome GitHub repositories matching user interface & experience · Dynamic Table Generators. Refine with filters or upvote what's useful.
This is a configuration-driven resume builder used to generate minimalist professional curriculum vitaes and personal portfolio websites. It transforms a single structured content file into a static HTML document, decoupling raw professional data from the presentation layer. The system utilizes a centralized set of global CSS variables to manage colors and layout patterns, allowing for the customization of visual styling through a configuration file. The resulting web layout is responsive and print-optimized, ensuring the document maintains professional formatting across both digital screen
Maps a structured configuration file to predefined layout components to render the CV.
This project is a metadata query engine and indexer for markdown files, designed to transform YAML frontmatter and inline fields into dynamic tables and lists. It provides a background process that extracts tags and custom fields into a searchable database, enabling the automated indexing of notes. The system is distinguished by its dual approach to data retrieval: a dedicated query language for SQL-like filtering and grouping, and a JavaScript data API. This API allows for programmatic metadata extraction and the creation of custom views and extensions using TypeScript typings. Its broader
Transforms YAML frontmatter and inline fields into live-updating tables and lists.
Geeker-Admin is a Vue.js admin dashboard framework designed for building backend management interfaces. It utilizes Vue 3, TypeScript, and Vite to provide a foundation for creating data-driven administration panels. The framework features a configurable data table engine that generates complex grids automatically from predefined configuration objects. It incorporates a role-based access control system to restrict access to specific pages and interface elements based on user permissions. The system includes a centralized state management store for persistent global data and page state preserv
Implements a table engine that automatically generates complex data grids from predefined configuration objects.
x-render is a configuration-driven UI framework and low-code interface builder that transforms structured data definitions into functional user interface components. It operates as a JSON-driven UI generator, using a standardized configuration protocol to render data tables, input forms, and charts. The system includes a visual form builder and interface design editor, allowing users to arrange layouts and configuration settings through a graphical interface to avoid writing manual structural code. This process is supported by a schema-based component library that maps configuration keys to a
Generates UI components dynamically by mapping structured JSON configurations to a library of UI elements.
Vex is a dialog management framework and modal library designed to create and coordinate configurable overlay windows for web applications. It functions as a UI component library that provides a system for replacing standard browser alert and prompt boxes with custom-styled interface elements. The library focuses on dialog coordination, enabling the management of multiple overlapping windows that can be opened and closed independently or in batches. It provides a mechanism for creating modal dialogs that block interaction with the main screen until a user completes a specific action. The fra
Implements UI rendering where the visual structure and behavior of overlays are generated from options objects.
Dieses Projekt ist eine Frontend-Komponentenbibliothek, die eine AngularJS-Direktive für die Google Chart Tools-Bibliothek bereitstellt. Sie fungiert als Wrapper für die Integration interaktiver Datenvisualisierungen in Webanwendungen, indem strukturierte Datensätze auf grafische Darstellungen wie Balkendiagramme, Liniendiagramme und Tortendiagramme abgebildet werden. Die Bibliothek nutzt einen konfigurationsgesteuerten Ansatz, der deklarative Objekte auf spezifische Diagrammtypen und Optionen abbildet und den Initialisierungsprozess in Standard-Markup abstrahiert. Sie verwaltet den Lebenszyklus von Drittanbieter-Grafikelementen durch direktivenbasierte Kapselung, was ein automatisches reaktives Data-Binding beinhaltet, um sicherzustellen, dass Diagramme dynamisch aktualisiert werden, wenn sich der zugrunde liegende Anwendungszustand ändert. Das Toolset unterstützt die Entwicklung modularer Interfaces und Echtzeit-Dashboards durch die Handhabung der Injektion externer Visualisierungsabhängigkeiten zur Laufzeit. Es zielt auf spezifische Dokumentknoten ab, um diese grafischen Elemente zu mounten und zu verwalten, was die Integration komplexer Datenanzeigen innerhalb von Legacy-Webumgebungen erleichtert.
Maps declarative JSON configuration objects to specific chart types and options to abstract complex library initialization into simple markup.