1、when set column fixed="right" and has scorll-x, the fixed-column's boder-left is none. 2、when has selection column and fixed="right" column, the fixed column header's boder-bottom is none and the fixed column's border-left is none...
isShowColumn = false; }, }, }; </script> <style lang="less" scoped> .columnOption { position: fixed; z-index: 20; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(0, 0, 0, 0.3); display: flex; flex-direction: row-reverse; .content { width: 100px; ...
Starting with the code in the comment above (#10308 (comment)), I came up with a new version of thefixLayoutmethod which does not suffer the performance penalties with many rows and also works with fixed columns and when new rows are added: fixLayout(){varcsTag=this.__cst;if(!csTag)...