column props fix

pull/1196/head^2
Tuğçe Küçükoğlu 2021-05-04 18:06:31 +03:00
parent f6b7cbb663
commit b19fb3d3d2
1 changed files with 6 additions and 6 deletions

View File

@ -348,12 +348,6 @@ export default {
<td>false</td>
<td>When enabled, column displays row editor controls.</td>
</tr>
<tr>
<td>rowEditor</td>
<td>boolean</td>
<td>false</td>
<td>When enabled, column displays row editor controls.</td>
</tr>
<tr>
<td>frozen</td>
<td>boolean</td>
@ -372,6 +366,12 @@ export default {
<td>true</td>
<td>Whether the column is included in data export.</td>
</tr>
<tr>
<td>filterMatchMode</td>
<td>string</td>
<td>null</td>
<td>Defines the filtering algorithm to use when searching the options.</td>
</tr>
</tbody>
</table>
</div>