<?php // Create a new instance of Grid and specify its id $grid = new \Kendo\UI\Grid('Grid'); // Configure it $grid->allowCopy(true) // Output it echo ...
確定! 回上一頁