#01. row수가 약 300건 가까이 될때, 셀 선택시 엄청나게 느린 경우가 발생했는데, 아래 속성을 추가하니 속도가
빨라졌습니다.
bodyHeight={'fitToParent'}
#02. ajax 처리 후 데이터건수를 업데이트 해 주려고 할 때, ToastGrid의 TypeScript Wrapper에 response에 이벤트 타입이 TuiGridEvent로 받아버려서 제대로 속성 값을 처리할 수 없습니다. 그럴 땐 아래처럼 해 주면 됩니다. (any타입을 받아서 처리합니다.)
After you enable a shared folder, you can mount one or more directories or subdirectories in the shared folder to any location in the file system in addition to the default location of/mnt/hgfs.
Depending on the kernel version of the Linux guest operating system, VMware Tools uses different components to provide shared-folder functionality. In Linux kernels prior to version 4.0, the VMware Tools services script loads a driver that performs the mount. Linux kernels 4.0 and later use a FUSE file system component.
You can use different mount commands to mount all shares, one share, or a subdirectory within a share to any location in the file system. The commands also vary depending on the Linux-kernel version of the guest.
Mount Command SyntaxLinux Kernel Prior to 4.0Linux Kernel 4.0 and LaterDescription
Mounts the subdirectorybarwithin the sharefooto/var/lib/bar
For Linux kernel prior to version 4.0, you can use VMware-specific options in addition to the standardmountsyntax. Enter the command/sbin/mount.vmhgfs -hto list the options.
For Linux kernel version 4.0 or later, enter the command/usr/bin/vmhgfs-fuse -hto list the available options.