SOURCE

console 命令行工具 X clear

                    
>
console
document.querySelector('#table-demo-sortCode').GM({
    gridManagerName: 'demo-sortCode',
    supportAdjust: false,
    supportDrag: false,
    ajaxData: 'https://www.lovejavascript.com/learnLinkManager/getLearnLinkList',
    ajaxType: 'POST',
    columnData: [
        {
            key: 'name',
            text: '标题',
            sorting: ''
        },{
            key: 'info',
            text: '说明',
            sorting: 'ASC'
        },{
            key: 'url',
            text: 'url'
        }
    ]
});
<div style="min-width:800px">
    <table id='table-demo-sortCode'></table>
</div>

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