码迷,mamicode.com
首页 >  
搜索关键字:grid report兼容    ( 4188个结果
有关ngui grid中去除一项后的排序问题
遇到这个问题,是在实现一个公告栏界面的时候,公告栏可以新增一条公告,也可以删除一条公告。新增很简单,这里不做多的介绍;关于删除,之前的代码是: GameObject go = is_parent.transform.FindChild(name).gameObject; ...
分类:编程语言   时间:2015-09-02 14:49:12    阅读次数:466
[转] Ext Grid (ExtJs)上的单击以及双击事件
例1:1、双击varcb=newExt.grid.RowSelectionModel({singleSelect:true//如果值是false,表明可以选择多行;否则只能选择一行});varalarmGrid=newExt.grid.GridPanel({}alarmGrid.addListene...
分类:Web程序   时间:2015-09-02 10:34:23    阅读次数:275
Word Search
Given a 2D board and a word, find if the word exists in the grid.The word can be constructed from letters of sequentially adjacent cell, where "adjace...
分类:其他好文   时间:2015-09-02 00:01:04    阅读次数:163
ExtJS4学习--多表头Grid
ExtJS4学习--多表头Grid 分类: javascript 2014-06-11 17:59 1676人阅读 评论(2) 收藏 举报 ext转载来源:http://www.mhzg.net/a/20115/201151911240247.html做项目的时候,有时候会遇到多表头的Grid...
分类:Web程序   时间:2015-09-01 19:56:27    阅读次数:215
【Leetcode】【Medium】word search
Given a 2D board and a word, find if the word exists in the grid.The word can be constructed from letters of sequentially adjacent cell, where "adjace...
分类:其他好文   时间:2015-09-01 16:35:19    阅读次数:209
ligerui 高级自定义查询
//扩展 ligerGrid 的 搜索功能(高级自定义查询).应用: demos/filter/grid.htm $.ligerui.controls.Grid.prototype.showFilter = function () { var g = this, ...
分类:其他好文   时间:2015-09-01 13:50:58    阅读次数:2633
hdoj 3820 Golden Eggs 【双二分图构造最小割模型】
Golden Eggs Time Limit: 6000/3000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Submission(s): 505    Accepted Submission(s): 284 Problem Description There is a grid...
分类:其他好文   时间:2015-08-31 23:48:16    阅读次数:272
HDU 1036 Robot Motion 深搜
?? Description A robot has been programmed to follow the instructions in its path. Instructions for the next direction the robot is to move are laid down in a grid. The possible instructions...
分类:其他好文   时间:2015-08-31 23:44:11    阅读次数:278
poj 2226 Muddy Fields(最小点覆盖+巧妙构图)
DescriptionRain has pummeled the cows' field, a rectangular grid of R rows and C columns (1 2 #include 3 #include 4 using namespace std; 5 #define N ....
分类:其他好文   时间:2015-08-31 23:14:10    阅读次数:331
jqGrid使用
基本配置"GRID_OPTION" : function(){ return { "shrinkToFit" : true, "gridstate" : "hidden", "height" : "auto", "rowNum": 10, "rowList": [1...
分类:其他好文   时间:2015-08-31 11:48:32    阅读次数:323
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!