You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
body: {
mergeCells: ["a", "b", "userType"]
}
설정에 지정하지 않은 price 행이 머지가 되고 스크롤을 좀더 오른쪽으로 이동하면 amount 도 머지하네요. axboot 의 그리드에서 이런 현상이 있길래 데모 페이지에서 확인해 보았더니 똑같은 버그가 존재하네요.
The text was updated successfully, but these errors were encountered:
http://ax5.io/ax5ui-grid/demo/18-merge-cells.html
위의 데모 에서 보면
위 처럼 되어 있는 그리드에 창 사이즈를 조절하여 가로 스크롤이 생기게 한다음
가로 스크롤을 우측으로 이동하면 아래 처럼
body: {
mergeCells: ["a", "b", "userType"]
}
설정에 지정하지 않은 price 행이 머지가 되고 스크롤을 좀더 오른쪽으로 이동하면 amount 도 머지하네요. axboot 의 그리드에서 이런 현상이 있길래 데모 페이지에서 확인해 보았더니 똑같은 버그가 존재하네요.
The text was updated successfully, but these errors were encountered: