├── dist ├── license.md ├── package.json ├── readme.md └── tablefactory │ ├── table-factory-directives.js │ ├── table-factory-directives.min.js │ ├── table-factory.js │ └── table-factory.min.js ├── docs ├── docs-configuration-column.md ├── docs-configuration-table.md ├── docs-data-reader.md ├── docs-directive-dropdown.md ├── docs-directive-modal.md ├── docs-directive-table.md ├── docs-factory-reference.md ├── docs-table-events.md ├── getting-started.md ├── images │ └── table-whole.png └── summary.md ├── license.md ├── readme.md └── samples ├── data └── countries.json ├── index-dropdown.html ├── index-dropdown.js ├── index-factory-selections.html ├── index-factory-selections.js ├── index-factory.html ├── index-factory.js ├── index-popup.html ├── index-popup.js ├── index-table.html ├── index-table.js ├── index.html ├── index.js ├── lib ├── angular-sanitize.min.js ├── angular.min.js ├── bootstrap │ ├── css │ │ ├── bootstrap-theme.min.css │ │ └── bootstrap.min.css │ ├── fonts │ │ ├── glyphicons-halflings-regular.eot │ │ ├── glyphicons-halflings-regular.svg │ │ ├── glyphicons-halflings-regular.ttf │ │ ├── glyphicons-halflings-regular.woff │ │ └── glyphicons-halflings-regular.woff2 │ └── js │ │ └── bootstrap.min.js ├── jquery.min.js └── underscore-min.js └── table-factory ├── table-factory-directives.js └── table-factory.js /dist/license.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/dist/license.md -------------------------------------------------------------------------------- /dist/package.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/dist/package.json -------------------------------------------------------------------------------- /dist/readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/dist/readme.md -------------------------------------------------------------------------------- /dist/tablefactory/table-factory-directives.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/dist/tablefactory/table-factory-directives.js -------------------------------------------------------------------------------- /dist/tablefactory/table-factory-directives.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/dist/tablefactory/table-factory-directives.min.js -------------------------------------------------------------------------------- /dist/tablefactory/table-factory.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/dist/tablefactory/table-factory.js -------------------------------------------------------------------------------- /dist/tablefactory/table-factory.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/dist/tablefactory/table-factory.min.js -------------------------------------------------------------------------------- /docs/docs-configuration-column.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/docs/docs-configuration-column.md -------------------------------------------------------------------------------- /docs/docs-configuration-table.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/docs/docs-configuration-table.md -------------------------------------------------------------------------------- /docs/docs-data-reader.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/docs/docs-data-reader.md -------------------------------------------------------------------------------- /docs/docs-directive-dropdown.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/docs/docs-directive-dropdown.md -------------------------------------------------------------------------------- /docs/docs-directive-modal.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/docs/docs-directive-modal.md -------------------------------------------------------------------------------- /docs/docs-directive-table.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/docs/docs-directive-table.md -------------------------------------------------------------------------------- /docs/docs-factory-reference.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/docs/docs-factory-reference.md -------------------------------------------------------------------------------- /docs/docs-table-events.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/docs/docs-table-events.md -------------------------------------------------------------------------------- /docs/getting-started.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/docs/getting-started.md -------------------------------------------------------------------------------- /docs/images/table-whole.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/docs/images/table-whole.png -------------------------------------------------------------------------------- /docs/summary.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/docs/summary.md -------------------------------------------------------------------------------- /license.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/license.md -------------------------------------------------------------------------------- /readme.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/readme.md -------------------------------------------------------------------------------- /samples/data/countries.json: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/samples/data/countries.json -------------------------------------------------------------------------------- /samples/index-dropdown.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/samples/index-dropdown.html -------------------------------------------------------------------------------- /samples/index-dropdown.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/samples/index-dropdown.js -------------------------------------------------------------------------------- /samples/index-factory-selections.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/samples/index-factory-selections.html -------------------------------------------------------------------------------- /samples/index-factory-selections.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/samples/index-factory-selections.js -------------------------------------------------------------------------------- /samples/index-factory.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/samples/index-factory.html -------------------------------------------------------------------------------- /samples/index-factory.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/samples/index-factory.js -------------------------------------------------------------------------------- /samples/index-popup.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/samples/index-popup.html -------------------------------------------------------------------------------- /samples/index-popup.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/samples/index-popup.js -------------------------------------------------------------------------------- /samples/index-table.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/samples/index-table.html -------------------------------------------------------------------------------- /samples/index-table.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/samples/index-table.js -------------------------------------------------------------------------------- /samples/index.html: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/samples/index.html -------------------------------------------------------------------------------- /samples/index.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/samples/index.js -------------------------------------------------------------------------------- /samples/lib/angular-sanitize.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/samples/lib/angular-sanitize.min.js -------------------------------------------------------------------------------- /samples/lib/angular.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/samples/lib/angular.min.js -------------------------------------------------------------------------------- /samples/lib/bootstrap/css/bootstrap-theme.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/samples/lib/bootstrap/css/bootstrap-theme.min.css -------------------------------------------------------------------------------- /samples/lib/bootstrap/css/bootstrap.min.css: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/samples/lib/bootstrap/css/bootstrap.min.css -------------------------------------------------------------------------------- /samples/lib/bootstrap/fonts/glyphicons-halflings-regular.eot: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/samples/lib/bootstrap/fonts/glyphicons-halflings-regular.eot -------------------------------------------------------------------------------- /samples/lib/bootstrap/fonts/glyphicons-halflings-regular.svg: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/samples/lib/bootstrap/fonts/glyphicons-halflings-regular.svg -------------------------------------------------------------------------------- /samples/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/samples/lib/bootstrap/fonts/glyphicons-halflings-regular.ttf -------------------------------------------------------------------------------- /samples/lib/bootstrap/fonts/glyphicons-halflings-regular.woff: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/samples/lib/bootstrap/fonts/glyphicons-halflings-regular.woff -------------------------------------------------------------------------------- /samples/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/samples/lib/bootstrap/fonts/glyphicons-halflings-regular.woff2 -------------------------------------------------------------------------------- /samples/lib/bootstrap/js/bootstrap.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/samples/lib/bootstrap/js/bootstrap.min.js -------------------------------------------------------------------------------- /samples/lib/jquery.min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/samples/lib/jquery.min.js -------------------------------------------------------------------------------- /samples/lib/underscore-min.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/samples/lib/underscore-min.js -------------------------------------------------------------------------------- /samples/table-factory/table-factory-directives.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/samples/table-factory/table-factory-directives.js -------------------------------------------------------------------------------- /samples/table-factory/table-factory.js: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/pillopk/tablefactory/HEAD/samples/table-factory/table-factory.js --------------------------------------------------------------------------------