diff --git a/packages/noco-docs/content/en/setup-and-usages/column-operations.md b/packages/noco-docs/content/en/setup-and-usages/column-operations.md
index e671d58ccd..deaf79b3e5 100644
--- a/packages/noco-docs/content/en/setup-and-usages/column-operations.md
+++ b/packages/noco-docs/content/en/setup-and-usages/column-operations.md
@@ -5,12 +5,15 @@ position: 530
category: "Product"
menuTitle: "Column Operations"
---
+
## Fields
+
### Re-order Columns
-Column positions can be re-ordered. Open `Fields` menu, and re-order fields as needed by drag/drop `drag icon`
+Column positions can be re-ordered. Open `Fields` menu, and re-order fields as needed by dragging and dropping the `drag icon`.
+
#### Demo
@@ -20,7 +23,12 @@ Column positions can be re-ordered. Open `Fields` menu, and re-order fields as n
### Hide/ Unhide Columns
-To hide/Unhide columns, open `Fields` menu, tick checkbox to keep column visible, untick checkbox to remove it from view
+To hide / unhide columns, open `Fields` menu, tick checkbox to keep the column visible, untick checkbox to remove it from the view.
+
+
+Tip: You can create different grid views with different fields shown in each view.
+
+
#### Demo
@@ -30,15 +38,13 @@ To hide/Unhide columns, open `Fields` menu, tick checkbox to keep column visible
## Sort
-Sorting allows you to order contents alphabetically (A->Z) / (Z->A) (OR) in ascending/ descending order
-NocoDB allows nested sorting. You can choose column fields & order in which to apply nested sorting.
+Sorting allows you to order contents alphabetically (A -> Z) / (Z -> A) (OR) in ascending / descending order. NocoDB allows nested sorting. You can choose column fields & order in which to apply nested sorting. Lookup, Formula, Nested Data are also supported in Sorting.
-
+
-
#### Demo
@@ -46,28 +52,17 @@ NocoDB allows nested sorting. You can choose column fields & order in which to a
## Filter
-Filters allow you to restrict/organize your data on the view as per your needs.
-NocoDB allows nested filters. You can choose multiple columns and conditions to apply filter.
-Between filters, you can opt for either `and` or `or` mode operation.
+Filters allow you to restrict/organize your data on the view as per your needs. NocoDB allows nested filters. You can choose multiple columns and conditions to apply filter. Between filters, you can opt for either `and` or `or` mode operation. Lookup, Formula, Nested Data are also supported in Filtering.
+
### Supported filters
-Each filter can be of type as described below
-| Type |
-|---|
-| is equal |
-| is not equal |
-| is like |
-| is not like |
-| is null |
-| is not null |
-| > |
-| < |
-| >= |
-| <= |
+
+Currently we support filter types - `is equal`, `is not equal`, `is like`, `is not like`, `is null`, `is not null` for string fields. We also support filter types - `>`, `<`, `>=`, and `<=` for numeric fields.
#### Demo
+