Skip to content

Instantly share code, notes, and snippets.

@aninde
Created May 7, 2021 14:04
Show Gist options
  • Select an option

  • Save aninde/e9582ad60a83de14090f9913ccdfd3ce to your computer and use it in GitHub Desktop.

Select an option

Save aninde/e9582ad60a83de14090f9913ccdfd3ce to your computer and use it in GitHub Desktop.
title Actions that cannot be undone
permalink
canonicalUrl

Actions that cannot be undone

[[toc]]

Miscellaneous

  • Moving columns
  • Moving at least 3 rows and change their position to n + 2 index indexes further
  • Resizing row and column
  • Remove rows or cols when beforeRemoveRow or beforeRemoveCol are enabled
  • Removing all columns or all rows
  • Removing row while using column summary
  • Sorting
  • Freezing and unfreezing columns
  • After adding read only
  • Checking checkbox set on header
  • With deep clone
  • When dataSchema is a function
  • Cell meta changes

Collapsed columns

  • Collapsing or expanding by "expand/collapse" button

Comments

  • adding a comment
  • removing a comment
  • altering a comment
  • making the comment readOnly

Extra rows or columns

  • Removing rows when minSpareRows are enabled
  • Removing column when minSpareCols are enabled

Filters

  • Changing data before filtering
  • Changing data on filtered table
  • Removal of readOnly cells on filtered table
  • Clearing column on filtered table
  • All filter actions done on one column are stacked in undo under one command

Hidden or trimmed rows

  • removal hiden rows makes them unhidden
  • removal of trimmed rows
  • after adding row by pasting while some are trimmed

Hidden columns

  • removal hiden columns makes them unhidden

Merged cells

  • when the merged areas overlap
  • After merging cells by autofill

Numeric cell data

  • After changes while using summary calculations
  • After 2nd operation if minSpareRows are used along

Nested rows

  • detaching from a parent row
  • collapsing newsted rows
  • removing all nested rows
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment