Declined
Last Updated: 24 Dec 2019 08:07 by ADMIN
yao
Created on: 20 Dec 2019 03:51
Category: KendoReact
Type: Bug Report
0
In the case of multiple columns headers, the column width of the KendoReact TreeList is invalid

In the case of multiple columns headers, the column width of the KendoReact  TreeList  is invalid

 

 

const columns = [
  
   { field: 'name', title: 'Name', width: 300, expandable: true }
    ,
    { title: 'Employee Details', width: 600, children: [
        { field: 'position', title: 'Position', width: 500 },
        { field: 'fullTime', title: 'Full Time', width: 100 }
    ] }
];
1 comment
ADMIN
Stefan
Posted on: 24 Dec 2019 08:07

Hello,

This feature was newly added to the TreeList.

Please make sure that the application is using the latest version of the TreeList package:

https://www.telerik.com/kendo-react-ui/components/treelist/columns/headers/

Regards,
Stefan
Progress Telerik

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Feedback Portal and vote to affect the priority of the items