UNPKG
taffy-coustom-ui
Version:
latest (12.0.4)
12.0.4
自己编译的
www.jqwidgets.com
TaffyBlog/jQWidgets
taffy-coustom-ui
/
demos
/
Showcase
/
angular-orderdetails
/
src
/
app
/
innerComponents
/
customersComponent
/
customers.component.html
14 lines
(12 loc)
•
322 B
HTML
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<div
class
=
"view-style"
> <jqxGrid
#referenceGridCustomer
[
width
]=
"width"
[
height
]=
"height"
[
theme
]=
"theme"
[
source
]=
"dataAdapter"
[
editable
]=
"editable"
[
selectionmode
]=
"selectionmode"
[
editmode
]=
"editmode"
[
columns
]=
"columns"
> </jqxGrid> </div>