datagrok-ai / public

Public package repository for the Datagrok.ai platform
MIT License
41 stars 26 forks source link

#446: #446: Core: "add new row" button is not rendered properly when no row headers are used #446

Open AufarZakiev opened 2 years ago

AufarZakiev commented 2 years ago

Description

"Add new row" button is half-hidden when no row headers are used

Demo script:

//language: javascript
//name: Template
let t = grok.data.testData('demog', 10);
let v = grok.shell.addTableView(t);

v.grid.setOptions({ showEditRow: true, showRowHeader: false })

Steps to reproduce

Run the script

Expected

Button with plus sign is rendered in the first column

Actual

Button is half-visible

dnillovna commented 4 months ago

This issue has been mirrored in Jira: https://reddata.atlassian.net/browse/GROK-14786

dnillovna commented 2 weeks ago

This issue has been mirrored in Jira: https://reddata.atlassian.net/browse/GROK-16050