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
Generic Concrete Pizza
Sports
2
Sleek Granite Computer
Sports
3
Gorgeous Steel Chicken
Sports
4
Modern Ceramic Cheese
Clothing
5
Tasty Concrete Ball
Home & Garden
6
Practical Cotton Chicken
Clothing
7
Intelligent Bronze Mouse
Electronics
8
Soft Cotton Chicken
Beauty
9
Tasty Wooden Salad
Beauty
10
Ergonomic Steel Keyboard
Beauty
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