4 dépôts
Mechanisms for applying conditional CSS classes to table rows based on record data.
Distinct from Table Data Processing: Distinct from Table Data Processing: focuses on the visual styling of rows rather than data manipulation.
Explore 4 awesome GitHub repositories matching data & databases · Row Styling. Refine with filters or upvote what's useful.
Filament is a full-stack framework for building administrative panels and management interfaces within the Laravel ecosystem. It provides a declarative, component-based architecture that allows developers to construct complex, data-driven applications using server-side configuration objects rather than manual HTML. By inspecting database model structures and relationships, the framework automates the generation of CRUD interfaces, forms, and data tables, significantly reducing boilerplate code. The project distinguishes itself through a highly modular and extensible design that supports custo
Enables the construction of complex, responsive row structures using grid and stack components.
Tabulator is an interactive data table library and virtual DOM data grid used to create high-performance tables from JSON or arrays. It functions as a hierarchical data viewer and a spreadsheet interface component, capable of rendering thousands of records efficiently through viewport-based virtualization and progressive loading. The library distinguishes itself by providing a full spreadsheet interface mode with multi-sheet management, cell range selection, and bulk copy-paste capabilities. It supports complex data architectures, including nested data field mapping, expandable tree structure
Changes the visual appearance of entire rows based on the data they contain using conditional styling.
simple.css is a classless CSS framework that styles plain, semantic HTML with sensible defaults, requiring no CSS classes or JavaScript. It automatically applies a dark color scheme based on system preference, sets responsive typography and spacing from a modular scale, and includes a minimal CSS reset to normalize browser defaults. The entire framework lives in a single file with no dependencies. The framework uses only element selectors, so any standard HTML page becomes visually presentable with a centered, max-width layout, accessible interactive elements (buttons, forms, navigation), and
This CSS framework formats tables with alternating row colors, images with rounded corners and full width, and collapsible sections that expand like an accordion.
ngx-datatable est un composant de tableau de données riche en fonctionnalités pour les applications Angular, conçu pour afficher et gérer de grands jeux de données. Il fonctionne comme une grille de données personnalisable qui prend en charge le tri, la pagination et l'utilisation de templates Angular personnalisés pour styliser les cellules de données. Le composant se distingue par sa grille à défilement virtuel haute performance, qui ne rend que les lignes visibles pour optimiser l'utilisation de la mémoire et du CPU. Il fournit une interface interactive pour gérer les données via la sélection de lignes, le réordonnancement de colonnes et des vues de détails extensibles. Le projet couvre un large ensemble de capacités incluant la gestion des colonnes pour le pinning et le redimensionnement, le tri multi-colonnes et l'intégration côté serveur pour la récupération de données distantes. Il inclut également des personnalisations au niveau des lignes telles que le style dynamique, des composants de ligne personnalisés et des modes de sélection flexibles. Les fonctionnalités utilitaires supplémentaires incluent la localisation des messages du tableau et l'application de thèmes personnalisés via CSS.
Allows applying conditional CSS classes and custom directives to rows based on their data values.