Sha256: 04b3351359dd2fbe834e2a30dec47012d245b0cc07bf2eaabe3b7ae29e55fc15
Contents?: true
Size: 560 Bytes
Versions: 21
Compression:
Stored size: 560 Bytes
Contents
.code-sample-container %h3 This was created by the following code snippet %pre.prettyprint.lang-coffee :plain Sandbox.views.GridViewDemo = Luca.components.GridView.extend collection: url: "/sandbox/api" afterInitialize: ()-> @bind "activation", ()=> @resize( @$container().width() ) columns:[ header: "Name" data: 'name' , header : "Location" data: "location" , header : "Website" data: "website" ]
Version data entries
21 entries across 21 versions & 1 rubygems