Column visibility

Control and toggle the visibility of table columns for a more flexible user experience.

Example

Id
Name
Category
Price Retail
Id
Name
Category
1
Luxurious Bamboo Tuna
Clothing
2
Fantastic Bronze Table
Sports
3
Handcrafted Concrete Cheese
Home & Garden
4
Ergonomic Steel Cheese
Clothing
5
Sleek Concrete Hat
Sports
6
Modern Gold Salad
Home & Garden
7
Gorgeous Aluminum Cheese
Clothing
8
Handmade Plastic Shirt
Sports
9
Ergonomic Wooden Keyboard
Sports
10
Frozen Bamboo Soap
Electronics
Per page:
Page 1 of 100
Showing 1 to 10 of 1000 rows
[
  {
    "columnId": "id",
    "visible": true,
    "hideable": true
  },
  {
    "columnId": "name",
    "visible": true,
    "hideable": false
  },
  {
    "columnId": "category",
    "visible": true,
    "hideable": true
  },
  {
    "columnId": "price.retail",
    "visible": false,
    "hideable": true
  }
]

Key Points