Skip to content

Correct a typing error

alvin requested to merge egaoneko:master into master

Created by: egaoneko

UI Play의 Paging 안에 있는 Use the paging on the table 항목의 javascript 코드가 오타가 난 것 같아서 수정했습니다.

나머지 javascript는 기존의 uix를 grid로 변경하신 것 같은데, 여기만 uix로 되어있어서 실행이 안되네요.

jui.ready([ "ui.paging", "uix.xtable" ], function(paging, xtable) {
jui.ready([ "ui.paging", "grid.xtable" ], function(paging, xtable) {

Merge request reports

Loading