Answers for "serenity.is cell text selectable"

0

serenity.is cell text selectable

// Add this in Grid.ts
protected getSlickOptions(): Slick.GridOptions {
  var opt: Slick.GridOptions = super.getSlickOptions();
  opt.enableTextSelectionOnCells = true;
  return opt;
}
Posted by: Guest on February-09-2022

Code answers related to "TypeScript"

Browse Popular Code Answers by Language