mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
(core) Fixing print preview bugs
Summary: - Hiding pinned filters - Switch editor (for toggle column) renders itself as checkbox on print preview Test Plan: Manual Reviewers: georgegevoian Reviewed By: georgegevoian Subscribers: georgegevoian Differential Revision: https://phab.getgrist.com/D4345
This commit is contained in:
@@ -21,6 +21,9 @@ export class DataRowModel extends BaseRowModel {
|
||||
public _validationFailures: ko.PureComputed<Array<IRowModel<'_grist_Validations'>>>;
|
||||
public _isAddRow: ko.Observable<boolean>;
|
||||
|
||||
// Observable that's set whenever a change to a row model is likely to be real, and unset when a
|
||||
// row model is being reassigned to a different row. If a widget uses CSS transitions for
|
||||
// changes, those should only be enabled when _isRealChange is true.
|
||||
public _isRealChange: ko.Observable<boolean>;
|
||||
|
||||
public constructor(dataTableModel: DataTableModel, colNames: string[]) {
|
||||
|
||||
Reference in New Issue
Block a user