EasyUI
首页
组件演示
使用教程
开发文档
软件下载
扩展组件
后端演示
问答社区
商业授权
获得数据表格中选中行的数据
使用教程
» 获得数据表格中选中行的数据
这个例子展示了如何获取选定的行数据.
演示案例
datagrid组件包含两个方法来检索选定的行数据:
getSelected: 获取第一个选中的行数据,如果没有选中的行返回null,则返回记录.
getSelections: 获取所有选定的行数据,返回数组数据哪个元素是记录.
创建数据表格
Item ID
Product ID
List Price
Unit Cost
Attribute
Stauts
使用演示
以获取选定的行数据:
var row = $('#tt').datagrid('getSelected'); if (row){ alert('Item ID:'+row.itemid+"\nPrice:"+row.listprice); }
获取所有选中的itemid:
var ids = []; var rows = $('#tt').datagrid('getSelections'); for(var i=0; i
下载 EasyUI 实例:
easyui-datagrid-demo.zip
联系我们
手机/微信
18973127736
办公电话
0731-89565588
基本
文件
流程
错误
SQL
调试
请求信息 : 2026-04-28 19:33:38 HTTP/1.1 GET : https://www.jeasyui.cn/tutorial/datagrid/datagrid3.html
运行时间 : 0.031687s [ 吞吐率:31.56req/s ] 内存消耗:3,208.11kb 文件加载:135
查询信息 : 0 queries
缓存信息 : 0 reads,0 writes
会话信息 : SESSION_ID=106265a40bda4975f5a4f49a7a9238f8
/home/wwwroot/zuoyo_website/public/index.php ( 0.79 KB )
/home/wwwroot/zuoyo_website/vendor/autoload.php ( 0.75 KB )
/home/wwwroot/zuoyo_website/vendor/composer/autoload_real.php ( 1.63 KB )
/home/wwwroot/zuoyo_website/vendor/composer/platform_check.php ( 0.90 KB )
/home/wwwroot/zuoyo_website/vendor/composer/ClassLoader.php ( 15.99 KB )
/home/wwwroot/zuoyo_website/vendor/composer/autoload_static.php ( 10.33 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-helper/src/helper.php ( 8.34 KB )
/home/wwwroot/zuoyo_website/vendor/symfony/deprecation-contracts/function.php ( 0.99 KB )
/home/wwwroot/zuoyo_website/vendor/symfony/polyfill-mbstring/bootstrap.php ( 8.26 KB )
/home/wwwroot/zuoyo_website/vendor/symfony/polyfill-mbstring/bootstrap80.php ( 9.77 KB )
/home/wwwroot/zuoyo_website/vendor/ralouphie/getallheaders/src/getallheaders.php ( 1.60 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-orm/stubs/load_stubs.php ( 0.16 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Exception.php ( 1.69 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-container/src/Facade.php ( 2.71 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-validate/src/helper.php ( 2.19 KB )
/home/wwwroot/zuoyo_website/vendor/symfony/polyfill-intl-normalizer/bootstrap.php ( 0.71 KB )
/home/wwwroot/zuoyo_website/vendor/symfony/polyfill-intl-normalizer/bootstrap80.php ( 0.70 KB )
/home/wwwroot/zuoyo_website/vendor/guzzlehttp/guzzle/src/functions_include.php ( 0.16 KB )
/home/wwwroot/zuoyo_website/vendor/guzzlehttp/guzzle/src/functions.php ( 5.55 KB )
/home/wwwroot/zuoyo_website/vendor/symfony/polyfill-intl-idn/bootstrap.php ( 4.52 KB )
/home/wwwroot/zuoyo_website/vendor/overtrue/socialite/src/Contracts/FactoryInterface.php ( 0.47 KB )
/home/wwwroot/zuoyo_website/vendor/overtrue/socialite/src/Contracts/UserInterface.php ( 1.04 KB )
/home/wwwroot/zuoyo_website/vendor/overtrue/socialite/src/Contracts/ProviderInterface.php ( 2.89 KB )
/home/wwwroot/zuoyo_website/vendor/symfony/polyfill-php81/bootstrap.php ( 0.72 KB )
/home/wwwroot/zuoyo_website/vendor/symfony/var-dumper/Resources/functions/dump.php ( 0.99 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/App.php ( 15.00 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-container/src/Container.php ( 15.62 KB )
/home/wwwroot/zuoyo_website/vendor/psr/container/src/ContainerInterface.php ( 1.02 KB )
/home/wwwroot/zuoyo_website/app/provider.php ( 0.19 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Http.php ( 6.04 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-helper/src/helper/Str.php ( 7.29 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Env.php ( 4.68 KB )
/home/wwwroot/zuoyo_website/app/common.php ( 27.76 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/helper.php ( 18.78 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Config.php ( 5.54 KB )
/home/wwwroot/zuoyo_website/config/app.php ( 1.90 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/facade/Env.php ( 1.67 KB )
/home/wwwroot/zuoyo_website/config/cache.php ( 0.78 KB )
/home/wwwroot/zuoyo_website/config/console.php ( 0.23 KB )
/home/wwwroot/zuoyo_website/config/cookie.php ( 0.56 KB )
/home/wwwroot/zuoyo_website/config/database.php ( 6.95 KB )
/home/wwwroot/zuoyo_website/config/filesystem.php ( 0.61 KB )
/home/wwwroot/zuoyo_website/config/lang.php ( 0.81 KB )
/home/wwwroot/zuoyo_website/config/log.php ( 1.35 KB )
/home/wwwroot/zuoyo_website/config/middleware.php ( 0.19 KB )
/home/wwwroot/zuoyo_website/config/my.php ( 11.38 KB )
/home/wwwroot/zuoyo_website/config/route.php ( 1.54 KB )
/home/wwwroot/zuoyo_website/config/session.php ( 0.57 KB )
/home/wwwroot/zuoyo_website/config/trace.php ( 0.34 KB )
/home/wwwroot/zuoyo_website/config/view.php ( 0.82 KB )
/home/wwwroot/zuoyo_website/app/event.php ( 0.25 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Event.php ( 7.67 KB )
/home/wwwroot/zuoyo_website/app/service.php ( 0.13 KB )
/home/wwwroot/zuoyo_website/app/AppService.php ( 0.26 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Service.php ( 1.64 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Lang.php ( 7.35 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/lang/zh-cn.php ( 13.70 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/initializer/Error.php ( 3.31 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/initializer/RegisterService.php ( 1.33 KB )
/home/wwwroot/zuoyo_website/vendor/services.php ( 0.17 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/service/PaginatorService.php ( 1.52 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/service/ValidateService.php ( 0.99 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/service/ModelService.php ( 1.75 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-multi-app/src/Service.php ( 1.08 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-trace/src/Service.php ( 0.77 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Middleware.php ( 6.72 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/initializer/BootService.php ( 0.77 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-orm/src/Paginator.php ( 11.71 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-validate/src/Validate.php ( 62.20 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-orm/src/Model.php ( 26.86 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-helper/src/contract/Arrayable.php ( 0.09 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-helper/src/contract/Jsonable.php ( 0.13 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-orm/src/model/concern/Attribute.php ( 19.19 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-orm/src/model/concern/RelationShip.php ( 26.44 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-orm/src/model/concern/ModelEvent.php ( 2.58 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-orm/src/model/concern/TimeStamp.php ( 5.69 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-orm/src/model/concern/AutoWriteId.php ( 1.44 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-orm/src/model/concern/Conversion.php ( 10.85 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Db.php ( 2.88 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-orm/src/DbManager.php ( 8.33 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Log.php ( 6.28 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Manager.php ( 3.92 KB )
/home/wwwroot/zuoyo_website/vendor/psr/log/src/LoggerInterface.php ( 2.71 KB )
/home/wwwroot/zuoyo_website/vendor/psr/log/src/LoggerTrait.php ( 2.69 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Cache.php ( 4.92 KB )
/home/wwwroot/zuoyo_website/vendor/psr/simple-cache/src/CacheInterface.php ( 4.71 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-helper/src/helper/Arr.php ( 16.08 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/cache/driver/File.php ( 7.84 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/cache/Driver.php ( 9.03 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/contract/CacheHandlerInterface.php ( 1.99 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Console.php ( 22.81 KB )
/home/wwwroot/zuoyo_website/app/Request.php ( 0.09 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Request.php ( 55.74 KB )
/home/wwwroot/zuoyo_website/app/middleware.php ( 0.25 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Pipeline.php ( 2.61 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-trace/src/TraceDebug.php ( 2.94 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/middleware/SessionInit.php ( 1.94 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Session.php ( 1.80 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/session/driver/File.php ( 6.27 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/contract/SessionHandlerInterface.php ( 0.87 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/session/Store.php ( 7.12 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-multi-app/src/MultiApp.php ( 7.06 KB )
/home/wwwroot/zuoyo_website/app/jeasyui/common.php ( 0.00 KB )
/home/wwwroot/zuoyo_website/app/jeasyui/config/database.php ( 0.81 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Route.php ( 23.56 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/route/RuleName.php ( 5.34 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/route/Domain.php ( 1.25 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/route/RuleGroup.php ( 20.45 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/route/Rule.php ( 26.35 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/route/RuleItem.php ( 9.78 KB )
/home/wwwroot/zuoyo_website/app/jeasyui/route/route.php ( 1.95 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/facade/Route.php ( 4.68 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/route/dispatch/Controller.php ( 3.75 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/route/Dispatch.php ( 10.54 KB )
/home/wwwroot/zuoyo_website/app/jeasyui/controller/Page.php ( 3.72 KB )
/home/wwwroot/zuoyo_website/app/jeasyui/controller/JeasyuiBase.php ( 0.30 KB )
/home/wwwroot/zuoyo_website/app/common/controller/Base.php ( 6.64 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/facade/Session.php ( 1.79 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/facade/View.php ( 1.70 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/View.php ( 4.39 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/facade/Request.php ( 9.00 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-view/src/Think.php ( 8.38 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/contract/TemplateHandlerInterface.php ( 1.60 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-template/src/Template.php ( 46.61 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-template/src/template/driver/File.php ( 2.41 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-template/src/template/contract/DriverInterface.php ( 0.86 KB )
/home/wwwroot/zuoyo_website/runtime/jeasyui/temp/1f1cd22d743f6bc995b5e4e17289be2d.php ( 13.96 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/facade/Config.php ( 1.37 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Response.php ( 8.81 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/response/Html.php ( 0.97 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/Cookie.php ( 6.06 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/think-trace/src/Html.php ( 4.49 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/log/driver/File.php ( 6.19 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/contract/LogHandlerInterface.php ( 0.86 KB )
/home/wwwroot/zuoyo_website/vendor/topthink/framework/src/think/log/Channel.php ( 3.88 KB )
0.037378s