Twitter0

Data Table

Powerful table and datagrids similar powered by TanStack Table

0 of 5 row(s) selected

About

Data-Table is built on top of TanStack-Table by @tannerlinsley and the Table directives.

Installation

Add the Table directives to your project.

npx nx g @spartan-ng/cli:ui table

Add @tanstack/angular-table to your project, more information in the TanStack Table documentation.

npm install @tanstack/angular-table

Examples

For more information you can check out our Tasks example and have a look at the documentation of TanStack Table . TanStack Table provides multiple examples on GitHub and interactive examples on the documentation site. These examples are unstyled and can be used as a foundation for your own implementations using the Table directives to apply consistent styling. Here are some examples to get you started:

  • Basic - A basic table example with multiple columns
  • Column Visibility - An example of how to implement column visibility
  • Column Filters - An example of how to implement column filters
  • Row Selection - An example of how to implement row selection
Date Picker Context Menu