ember-resizable-table:Ember.js的具有可调整大小单元格的表

时间:2024-02-25 17:08:46
【文件属性】:

文件名称:ember-resizable-table:Ember.js的具有可调整大小单元格的表

文件大小:395KB

文件格式:ZIP

更新时间:2024-02-25 17:08:46

ember table ember-addon resizable ember-resizable-table

灰烬可调整大小表 Ember可调整大小表格是Ember.js应用程序的表格组件,允许用户通过拖动表格边框来调整表格单元格的大小。 这对于创建拆分面板(即对于代码编辑器)很有用。 安装 要安装Ember Resizable Table,只需运行: ember install ember-resizable-table 在您的Ember CLI项目的根目录下。 演示申请 该演示使用该插件的tests/dummy文件夹中的代码: : 。 使用范例 带有彩色表格单元格的表格的简单用法(这是用于创建上面的动画插图的代码): .hbs: {{ #resizable-table class =


【文件预览】:
ember-resizable-table-master
----.travis.yml(847B)
----.ember-cli(280B)
----ember-cli-build.js(545B)
----vendor()
--------.gitkeep(0B)
----addon()
--------templates()
--------components()
--------utils()
--------.gitkeep(0B)
--------helpers()
----config()
--------ember-try.js(2KB)
--------environment.js(112B)
----index.js(91B)
----jsconfig.json(141B)
----.watchmanconfig(37B)
----documentation()
--------assets()
----package.json(1KB)
----tests()
--------test-helper.js(162B)
--------index.html(1KB)
--------unit()
--------.eslintrc.js(55B)
--------dummy()
--------integration()
--------helpers()
----app()
--------components()
--------.gitkeep(0B)
--------helpers()
----testem.js(214B)
----.npmignore(195B)
----.eslintrc.js(188B)
----LICENSE.md(1KB)
----.gitignore(257B)
----README.md(3KB)
----yarn.lock(189KB)
----.editorconfig(368B)

网友评论