EasyUI Forum
May 05, 2024, 01:50:14 AM *
Welcome, Guest. Please login or register.

Login with username, password and session length
News:
 
   Home   Help Search Login Register  
Poll
Question: datagird-header black space
DATAGRID - 0 (0%)
datagrid-header - 0 (0%)
Total Voters: 0

Pages: [1]
  Print  
Author Topic: DATAGRID black space remove  (Read 3694 times)
seonghun9
Newbie
*
Posts: 5


View Profile Email
« on: November 26, 2017, 09:11:25 PM »

Hi, There are questions

This is my source.

<table id="airline" class="easyui-datagrid" title="Airline" style=" width:1550px; height:auto "
data-options="singleSelect: true, toolbar: '#functionS', method: 'post', onClickCell: onClickCell, onEndEdit: onEndEdit,
fitColumns: true, autoRowHeight: true, nowrap:false">

<thead>
      <tr>
             <th rowspan="2" data-options="field:'column1', width:200, align:'center', editor:{type:'text'} ">column1</th>
             <th rowspan="2" data-options="field:'column2', width:200, align:'center', editor:{type:'text'} ">column2</th>
             <th rowspan="2" data-options="field:'column3', width:199, align:'center', editor:{type:'text'} ">column3</th>
             <th rowspan="2" data-options="field:'column4', width:199, align:'center', editor:{type:'text'} ">column4</th>
      </tr>
</thead>

</table>

I declare fitColumns: true to remove horizontal scrolling when outputting data to the datagrid.

There is a blank space in the red box in the picture file I attached. Even when outputting the data, the space does not disappear but is outputted in the same way.

fitColumns: true Deleting true causes scroll bars on horizontal lines

I want to get rid of that space.

Is there a way to remove it?
« Last Edit: November 26, 2017, 09:20:20 PM by seonghun9 » Logged
jarry
Administrator
Hero Member
*****
Posts: 2262


View Profile Email
« Reply #1 on: November 26, 2017, 11:46:06 PM »

Please try to set the 'scrollbarSize' property to 0.
Logged
seonghun9
Newbie
*
Posts: 5


View Profile Email
« Reply #2 on: November 26, 2017, 11:49:29 PM »

Thank you so much, have a nice day Smiley
Logged
Pages: [1]
  Print  
 
Jump to:  

Powered by MySQL Powered by PHP Powered by SMF 1.1.18 | SMF © 2013, Simple Machines Valid XHTML 1.0! Valid CSS!