LogoLogo
WebsiteCommunity
  • Overview
    • Introduction
    • How to use it? In 5 steps
  • Importer
    • React Embed
    • Angular Embed
    • Bubble.io Embed
    • HTML & JS Embed
    • Text Customization
    • Directly Enter your Data
    • Select Header Row
  • Data Retrieval
    • Using Webhook
    • Using Frontend Callback
  • Validations
    • Base Validations
    • Advanced Validations
  • Features
    • Data Seeding
    • Import Excel with Image
    • Automated Import
    • Runtime Schema
    • Custom Validation
    • Default Value
    • Column Description
    • Freeze Columns
    • Multiselect Dropdown
    • Output Customization
  • Platform
    • Email Alerts
    • Activity Page
    • Manage Project
    • Make Your Team
    • How subscription works?
  • Additional Resources
    • FAQs
    • Architecture
    • Data Migrations
    • Selfhost Impler
    • Run Impler locally
    • Writing effectively into .xlsm files
  • Changelog
Powered by GitBook
On this page
  • Three ways to freeze columns
  • i. Freeze the column while adding a new one
  • ii. Freezing already created column
  • iii. Freezing column with Runtime Schema
  • Effects on Sample File Generation
  • Effects on Spreadsheet Editor

Was this helpful?

Edit on GitHub
Export as PDF
  1. Features

Freeze Columns

Freeze columns in excel and editor to better view data while editing and adding records

PreviousColumn DescriptionNextMultiselect Dropdown

Last updated 7 months ago

Was this helpful?

Three ways to freeze columns

We can freeze columns in many ways. Here is how,

i. Freeze the column while adding a new one

  1. Click on the + button to add a new column.

  2. Provide column Name, Key name and rest of the values based on your choice.

  3. Check Frozen? checkbox for the column.

ii. Freezing already created column

  1. Click on the Pencil (Edit) icon for any created column.

  2. Check the Frozen? checkbox.

  3. Click on Save.

We can freeze the column while providing a custom schema too with the isFrozen flag in our frontend code.

showWidget({
  schema: [
    {
      key: 'email',
      name: 'Email',
      type: 'Email',
      isFrozen: true
    }
  ]
});

Effects on Sample File Generation

The generated sample file will have specified columns freeze on the left side. So they won't gets hidden if we scroll to the right.

Effects on Spreadsheet Editor

While importing data spreadsheet editor freezes two default Checkbox and Sr. No. Columns. Other mentioned columns get frozen as per schema.

iii. Freezing column with

Runtime Schema
Freezing column while adding new one
Editing the column to mark it as freeze
Excel view of freezed columns
Freezing 2 default and 2 mentioned columns in editor

If you have any questions, suggestions, or comments. Feel free to reach out to us over . We’re constantly improving to deliver the best Data Importer for your product, and we value your input.

Discord