SOURCE

console 命令行工具 X clear

                    
>
console
document.querySelector('#table-demo-i18nCode').GM({
    gridManagerName: 'demo-i18nCode',
    ajaxData: 'https://www.lovejavascript.com/learnLinkManager/getLearnLinkList',
    ajaxType: 'POST',
    i18n: 'en-us',
    columnData: [
        {
            key: 'name',
            text: 'name'
        },{
            key: 'info',
            text: 'info'
        },{
            key: 'url',
            text: 'url'
        }
    ]
});
<div style="min-width:800px">
    <table id='table-demo-i18nCode'></table>
</div>

本项目引用的自定义外部资源