Skip to content

Conversation

@hughhhh
Copy link
Member

@hughhhh hughhhh commented Nov 28, 2021

SUMMARY

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

TESTING INSTRUCTIONS

ADDITIONAL INFORMATION

  • Has associated issue:
  • Required feature flags:
  • Changes UI
  • Includes DB Migration (follow approval process in SIP-59)
    • Migration is atomic, supports rollback & is backwards-compatible
    • Confirm DB migration upgrade and downgrade tested
    • Runtime estimates and downtime expectations provided
  • Introduces new feature or API
  • Removes existing feature or API

Comment on lines +427 to +434
// if (rowIndex === 0) {
// return (
// <div key={key} style={style}>
// header
// </div>
// );
// }

Copy link
Member

@geido geido Nov 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
// if (rowIndex === 0) {
// return (
// <div key={key} style={style}>
// header
// </div>
// );
// }

Comment on lines +471 to +472
console.log('width', width);
console.log('length', innerHeight);
Copy link
Member

@geido geido Nov 29, 2021

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
console.log('width', width);
console.log('length', innerHeight);

@hughhhh hughhhh closed this Nov 30, 2021
@mistercrunch mistercrunch deleted the hugh/sqllab-grid branch March 26, 2024 17:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants