--- title: "Column Operations" description: "Column Operations" 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` #### Demo ### Hide/ Unhide Columns To hide/Unhide columns, open `Fields` menu, tick checkbox to keep column visible, untick checkbox to remove it from view #### Demo ## 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. #### Demo ## 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. ### 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 | | > | | < | | >= | | <= | #### Demo