2016年10月9日 星期日

使用 ag-grid headerCellRenderer 加入 select 或 input 時避免觸發排序

.directive("stoppropagation", function () {
        return {
            link: function (scope, element, attrs, ngModel) {
              element.on('click', function (event) {
                    event.stopPropagation();
                });
            }
        }
    })

沒有留言:

批次檔正確處理中文

1. 確定檔案編碼為 UTF-8 2. 開頭先執行 chcp 65001