Skip to content

Instantly share code, notes, and snippets.

@gabrielmontagne
gabrielmontagne / .block
Last active March 15, 2017 16:30
Zambezi Grid basic configuration
license: mit
@gabrielmontagne
gabrielmontagne / .block
Last active September 9, 2016 10:37
Zambezi Grid default configuration
license: mit
@gabrielmontagne
gabrielmontagne / .block
Last active January 10, 2017 14:21
Zambezi Grid -- edit cells value component
license: mit
@gabrielmontagne
gabrielmontagne / .block
Last active September 14, 2016 09:06
Zambezi Grid -- server side filter and sort
license: mit
@gabrielmontagne
gabrielmontagne / .block
Last active October 27, 2016 11:04
Zambezi Grid -- nested rows
license: mit
height: 800
@gabrielmontagne
gabrielmontagne / .block
Last active September 20, 2016 09:45
Zambezi Grid -- grouped rows
license: mit
@gabrielmontagne
gabrielmontagne / .block
Last active September 21, 2016 13:00
Zambezi Grid -- extending with custom components
license: mit
@gabrielmontagne
gabrielmontagne / .block
Last active January 31, 2017 11:59
Zambezi Grid -- cell selection (programmatic and through user interaction)
height: 1000
license: mit
@gabrielmontagne
gabrielmontagne / index.html
Last active October 11, 2016 12:35
Zambezi Grid -- Simple custom column component
<!doctype html>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="https://npmcdn.com/normalize.css@4.2.0">
<div class="grid-target"></div>
<script src="https://npmcdn.com/underscore@1.8.3"></script>
<script src="https://d3js.org/d3.v4.js"></script>
<script src="https://npmcdn.com/faker@1.0.0/faker.js"></script>
<script src="https://npmcdn.com/@zambezi/fun"></script>
@gabrielmontagne
gabrielmontagne / .block
Last active October 12, 2016 10:46
Zambezi Grid -- Nested pinned rows
license: mit