jQuery技术

jQuery EasyUI教程之datagrid应用(二)

字号+ 作者:H5之家 来源:H5之家 2018-01-27 10:16 我要评论( )

jQueryEasyUI教程之datagrid应用(二) 二、DataGrid的扩展应用 上一份教程我们创建的一个CRUD应用是使用对话框组件来增加或编辑用户信息。本教程将教你如何创

destroyRow

index

Destroythecurrentselectedrow.Iftheindexparameterisnotspecified,destroyalltheselectedrows.

Codeexamples:

//destroyalltheselectedrows

$('#dg').edatagrid('destroyRow');

//destroythefirstrow

$('#dg').edatagrid('destroyRow',0);

//destroythespecifiedrows

$('#dg').edatagrid('destroyRow',[3,4,5]);

 

1.本站遵循行业规范,任何转载的稿件都会明确标注作者和来源;2.本站的原创文章,请转载时务必注明文章作者和来源,不尊重原创的行为我们将追究责任;3.作者投稿可能会经我们编辑修改或补充。

相关文章
  • jQuery EasyUI分类文章列表

    jQuery EasyUI分类文章列表

    2018-01-27 13:39

  • 【插件】jquery.circliful

    【插件】jquery.circliful

    2018-01-26 09:16

  • 南昌网页设计:JavaScript / jQuery / Aja

    南昌网页设计:JavaScript / jQuery / Aja

    2018-01-25 15:00

  • jQuery UI Datepicker插件timepicker时分秒

    jQuery UI Datepicker插件timepicker时分秒

    2018-01-25 11:12

网友点评
r