Title: [Solved] GridColumnGroup inconsistency between Field and Header Title Post by: kifni41 on November 07, 2019, 12:57:39 AM I encounter a problem when create datagrid with GridColumnGroup, GridHeaderRow and colspan.
Here the code I made: Code: <GridColumnGroup frozen align="left" width="570px"> then the output is inconsistent, title and field+width is not match (see attachment) also the data is not match Code: constructor(props) { (https://photos.google.com/share/AF1QipOjbgA4_JvJiICgbA_U0EGOS7hieF9TD4XGUEsjYgzag5NGb0jY-rdIQ34DSBsXFA/photo/AF1QipOpdusXUOaQsHpTCdQkMCB1o_gMKgGYVJ4N8YXH?key=aUN4MHE3b2lHbGRGV0UxazNFZVdaUWdZcldZdnZR) the order of field,data,width, is different from the title. Data of type_3 show on Type 5 type_4 show on LAST BATTLE type_5 show on LAST BATTLE TIME What I missed here? Title: Re: GridColumnGroup inconsistency between Field and Header Title Post by: jarry on November 12, 2019, 12:47:31 AM This issue has been fixed. Please update to the newest version.
Title: Re: [Solved] GridColumnGroup inconsistency between Field and Header Title Post by: kifni41 on November 12, 2019, 07:42:05 PM thanks for the update EasyUI React Team :)
|