Skip to content

unosquare/tubular-fabric

Folders and files

NameName
Last commit message
Last commit date

Latest commit

4f63e80 · Mar 13, 2025
Mar 13, 2025
Oct 8, 2024
Oct 8, 2024
Oct 5, 2024
Oct 5, 2024
Jan 20, 2020
Nov 23, 2022
Dec 19, 2019
Jul 14, 2020
Oct 5, 2024
Oct 5, 2024
Oct 8, 2024
Mar 13, 2025
Mar 13, 2025
Dec 2, 2024
Oct 5, 2024
Aug 9, 2024

Repository files navigation

tubular-fabric

This project is intended to port several cool features from tubular-react-common into Fluent UI.

Features like:

  • Pagination
  • Sorting
  • Filtering
  • Searching
  • Remote/Local datasource
  • and more...

tubular-fabric provides an easy way to create a DetailsList for Fluent UI enhanced with additional features.

Table of contents

Installation

$ npm install tubular-fabric --save

Usages

Filters

filters

Sorting

sorting

Search

search

Code Sandbox Example

Edit TubularFabric -Example

Related Projects

Name Type Language/tech Description
Tubular React Library React Tubular-React is a DataGrid component using Material-UI
Tubular Common Library Javascript/Typescript Tubular Common provides TypeScript and Javascript models and data transformer to use any Tubular DataGrid component with an array of Javascript objects.
Tubular Dotnet Backend library C#/.NET Core Tubular provides .NET Framework and .NET Core Library to create REST service to use with Tubular Angular Components easily with any WebApi library (ASP.NET Web API for example).
Tubular Nodejs Backend Library Javascript Tubular Node.js provides an easy way to integrate Tubular Angular Components easily with any Node.js WebApi library.