Angular Data Table and Paginated List | ng-hub-ui-paginable
Angular data table and paginated list with server-side pagination, sorting, filtering, selection, templates and CSS variables.
Overview
Why teams search for this library
Use this Angular data table and paginated list library when you need server-side operations, selection, filtering and reusable list rendering without rebuilding table logic in every project.
Install
npm install ng-hub-ui-paginableJump to
Ideal for
- admin tables
- CRM datasets
- search results
- management back offices
About paginable
ng-hub-ui-paginable is aimed at Angular teams building admin panels, search results, CRM screens and management back offices. It combines a reusable table and list layer with the operations that usually matter most in production: pagination, filtering, sorting, selection and custom templates.
Feature guides
List Components
Flexible list views with the same powerful pagination and selection capabilities.
Examples:
Lista Paginable y Seleccionable
Lista Paginable y Seleccionable
Live preview is not available for this example yet.
Code
Component:
Variables CSS de la Lista
Variables CSS de la Lista
Live preview is not available for this example yet.
Code
Component:
Lista en Tarjetas
Lista en Tarjetas
Live preview is not available for this example yet.
Code
Component:
Key features
Server-side ready
Connect pagination, sorting and filters to APIs without custom wiring for each table view.
Filtering, sorting and selection
Cover the interactions expected in real admin and back-office products.
Table and list in one core
Reuse the same data-management foundation across dense tables and custom list presentations.
Recent changes
Version 20.0.0 - 1/20/24, 12:00 AM
added: Initial release of unified Paginable library (merging Table and List)
changed: Renamed from ng-hub-ui-table to ng-hub-ui-paginable
added: Added support for Paginable List view
Version 19.10.2 - 12/23/25, 12:00 AM
added: New CSS tokens for cell vertical alignment and icons
changed: Overlay utilities now live in ng-hub-ui-utils for shared dropdown support
fixed: Menu filter match mode labels and null match mode translations
Version 2.1.0 - 3/15/24, 12:00 AM
added: Expandable rows functionality
added: Advanced filtering with custom filter templates
changed: Enhanced responsive design with mobile-optimized layout
Version 2.0.0 - 2/20/24, 12:00 AM
added: Multi-column sorting with visual indicators
added: Column-specific filtering capabilities
added: Server-side pagination support
changed: Better accessibility with ARIA support
changed: Updated API for better type safety
Version 1.2.0 - 1/10/24, 12:00 AM
added: Responsive table design for mobile devices
added: Row selection with checkboxes
changed: Performance optimizations for large tables
Version 1.1.0 - 12/5/23, 12:00 AM
added: Basic pagination functionality
added: Column sorting capabilities
fixed: Table header alignment issues
Version 1.0.0 - 11/1/23, 12:00 AM
added: Initial table component release
added: Basic data display with configurable headers
added: TypeScript support with strict typing