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
-
Usages- [Filters](#filters)
- [Sorting](#sorting)
- [Search](#search)
- [Code Sandbox Example](#code-sandbox-example)
-
Related ProjectsInstallation
$ npm install tubular-fabric --save
Usages
Filters

Sorting

Search

Code Sandbox 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. |