columnFilter

val columnFilter: List<String>? = null

A filter of column names for which updates should be tracked.

When set to a non-null value, columns not included in this list will not appear in CrudEntry.previousValues. By default, all columns are included.