Making Notes

Summary

  • Notes are annotations that are attached to AG Grid Cells
  • They are designed for per-user user and are stored in AdapTable State

Notes are personal annotations that run-time users attach to individual Cells in AG Grid.

Each Cell can have only one Note attached (but it can be edited).

Notes are stored in Adaptable State, rather than with the Grid’s underlying data source.

Note

  • Notes differ to Comments as they are for personal use, while Comments enable inter-colleague communication
  • Notes differ to Free Text Columns as they are attached to a single cell rather than form a new Column

Notes can be created in 2 ways:

Caution

Notes are not available if you are using an auto-generated Primary Key

Notes in AdapTable
Fork
  • This example contains 4 Notes: 2 on the Name Column and 2 on the Licence Column

Defining Notes

Notes can be defined by developers at run-time using Notes Initial Adaptable State.

Developer Guide

Defining a Note

Using Notes

Notes can be added by run-time users of AdapTable.

UI Step by Step Guide

Creating Notes in AdapTable

UI Entitlements

The UI Entitlements behaviour for Notes is as expected for Full and Hidden Access Levels.

The ReadOnly Entitlement behaviour is that Notes provided in Initial State will be visible but they cannot be edited nor deleted, and new Notes cannot be added.

FAQ

Can I share my Notes with colleagues through Team Sharing? Technically you can, but for that use case we recommend using Comments which are designed for this purpose.