mirror of
https://github.com/gristlabs/grist-core.git
synced 2026-03-02 04:09:24 +00:00
feat(ColumnDesc): create column description in database and link it to visual behaviors
This commit is contained in:
@@ -259,8 +259,7 @@ DetailView.prototype.buildFieldDom = function(field, row) {
|
||||
dom.autoDispose(isCellActive),
|
||||
kd.cssClass(function() { return 'detail_theme_field_' + self.viewSection.themeDef(); }),
|
||||
dom('div.g_record_detail_label', kd.text(field.displayLabel)),
|
||||
// TODO : show the real description
|
||||
dom('div.g_record_detail_description', kd.text("Description testing")),
|
||||
dom('div.g_record_detail_description', kd.text(field.description)),
|
||||
dom('div.g_record_detail_value',
|
||||
kd.toggleClass('scissors', isCopyActive),
|
||||
kd.toggleClass('record-add', row._isAddRow),
|
||||
|
||||
Reference in New Issue
Block a user