Eric J.
Eric J.

Reputation: 150108

SlickGrid and Text Selection

In the demos I have seen and in my own code, SlickGrid cells do not allow their text to be selected. Is it possible to allow the user to select text from cells. If so, how?

Upvotes: 22

Views: 5825

Answers (1)

Tin
Tin

Reputation: 9082

Set the enableTextSelectionOnCells option to true.

Upvotes: 55

Related Questions