Back to Table

Features Guide

docs/guide/features.md

8.21.3977 B
Original Source

TanStack Table comes with many features, each with their own associated options and API.

v9 note: In v9, features are opt-in. You declare which features your table uses via the _features option (using tableFeatures()). This enables tree-shaking—you only bundle the code for the features you need. See the Table Instance Guide and Row Models Guide for setup. To include all features (v8-style), use stockFeatures.