I. Description
When using the Data Entry Preview, select the cell and the value will be displayed in the upper toolbar. However, if the cell has a lot of text and the width of the toolbar is not enough, the value will be displayed incompletely, as shown in the figure:
II. Ideas
You can use Loading End event to customize the length of the cell display area.
III. Operation Steps
Click Template > Web Attributes > Data Entry Settings, choose Indivisually for the template, add a Loading End event, and customize the length of the cell display area.
The code is shown as below:
$("pre").parents("div:first").css("width",300).end().parents("table:first").css("width",300);
IV. Preview the Effect
Save the template, select Data Entry Preview, and select the cell. The effect is as follows:
Note: The mobile terminal does not support this effect.