Hi
I want that put certain cell content into div with custom class. For example:
Lorem impus ...
My class:
.large-text {
height: 35px;
overflow-y: auto;
overflow-x: hidden;
font-size: 12px;
line-height: 12px;
}
And when i edit cell i want edit only text, i do not want see div tags.
This is possible ? And how
I need this for show scroll when text will large. Now i add div manual for every cell when edit cell. Also this will very useful when import export data