Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ See demo with examples here https://deepidea.github.io/brisk-table/
data-url="https://raw.githubusercontent.com/deepidea/brisk-table/master/json-server-db/db.json"
data-json-path="$..simpledata"
></div>
<script src="https://rawgit.com/deepidea/brisk-table/master/brisk-table.js"></script>
<script src="https://cdn.jsdelivr.net/gh/deepidea/brisk-table@master/brisk-table.js"></script>
</body>
</html>
```
Expand Down
2 changes: 1 addition & 1 deletion docs/_includes/scripts.html
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@

</script>

<script src="https://rawgit.com/kupolua/json-to-table/presentation/html/json-table.js"></script>
<script src="https://cdn.jsdelivr.net/gh/kupolua/json-to-table@presentation/html/json-table.js"></script>
2 changes: 1 addition & 1 deletion docs/_posts/1001-02-01-code.md
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ layout: post
data-provider-function="dataProviderFunction"
data-json-path="$"
></div>
<script src="https://rawgit.com/deepidea/brisk-table/master/brisk-table.js"></script>
<script src="https://cdn.jsdelivr.net/gh/deepidea/brisk-table@master/brisk-table.js"></script>
</body>
```
2 changes: 1 addition & 1 deletion docs/_site/1001/02/01/code.html
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
data-provider-function="dataProviderFunction"
data-json-path="$"
&gt;&lt;/div&gt;
&lt;script src="https://rawgit.com/kupolua/json-to-table/presentation/html/json-table.js"&gt;&lt;/script&gt;
&lt;script src="https://cdn.jsdelivr.net/gh/kupolua/json-to-table@presentation/html/json-table.js"&gt;&lt;/script&gt;
&lt;/body&gt;
</code></pre>
</div>
4 changes: 2 additions & 2 deletions docs/_site/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@
data-provider-function="dataProviderFunction"
data-json-path="$"
&gt;&lt;/div&gt;
&lt;script src="https://rawgit.com/kupolua/json-to-table/presentation/html/json-table.js"&gt;&lt;/script&gt;
&lt;script src="https://cdn.jsdelivr.net/gh/kupolua/json-to-table@presentation/html/json-table.js"&gt;&lt;/script&gt;
&lt;/body&gt;
</code></pre>
</div>
Expand Down Expand Up @@ -797,7 +797,7 @@ <h4 id="deepidea">DeepIDEA</h4>

</script>

<script src="https://rawgit.com/kupolua/json-to-table/presentation/html/json-table.js"></script>
<script src="https://cdn.jsdelivr.net/gh/kupolua/json-to-table@presentation/html/json-table.js"></script>

</body>
</html>
2 changes: 1 addition & 1 deletion docs/examples/custom-fields-length.html
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,6 @@
]'
></div>

<script src="https://rawgit.com/deepidea/brisk-table/master/brisk-table.js"></script>
<script src="https://cdn.jsdelivr.net/gh/deepidea/brisk-table@master/brisk-table.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/examples/data-remote-server.html
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,6 @@
]'
></div>

<script src="https://rawgit.com/deepidea/brisk-table/master/brisk-table.js"></script>
<script src="https://cdn.jsdelivr.net/gh/deepidea/brisk-table@master/brisk-table.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/examples/enabled-checkboxes.html
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,6 @@
data-provider-function="dataProviderFunction"
></div>

<script src="https://rawgit.com/deepidea/brisk-table/master/brisk-table.js"></script>
<script src="https://cdn.jsdelivr.net/gh/deepidea/brisk-table@master/brisk-table.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/examples/fetch-selected-rows.html
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,6 @@
data-provider-function="dataProviderFunction"
></div>

<script src="https://rawgit.com/deepidea/brisk-table/master/brisk-table.js"></script>
<script src="https://cdn.jsdelivr.net/gh/deepidea/brisk-table@master/brisk-table.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/examples/get-data-from-remote-server.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ <h3>It is simple and brisk</h3>
data-url="https://raw.githubusercontent.com/deepidea/brisk-table/master/json-server-db/db.json"
data-json-path="$..simpledata"
></div>
<script src="https://rawgit.com/deepidea/brisk-table/master/brisk-table.js"></script>
<script src="https://cdn.jsdelivr.net/gh/deepidea/brisk-table@master/brisk-table.js"></script>
</body>
</html>

2 changes: 1 addition & 1 deletion docs/examples/get-randomised-data.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@
data-provider-function="dataProviderFunction"
></div>

<script src="https://rawgit.com/deepidea/brisk-table/master/brisk-table.js"></script>
<script src="https://cdn.jsdelivr.net/gh/deepidea/brisk-table@master/brisk-table.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/examples/hook-on-row-selected.html
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,6 @@
data-hook-on-row-selected="hookFunction"
></div>

<script src="https://rawgit.com/deepidea/brisk-table/master/brisk-table.js"></script>
<script src="https://cdn.jsdelivr.net/gh/deepidea/brisk-table@master/brisk-table.js"></script>
</body>
</html>
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h3>Сreate table from local JavaScript json data</h3>
data-json-path="$..teachers"
></div>

<script src="https://rawgit.com/deepidea/brisk-table/master/brisk-table.js"></script>
<script src="https://cdn.jsdelivr.net/gh/deepidea/brisk-table@master/brisk-table.js"></script>
</body>
</html>

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ <h3>This is extended example!</h3>
data-column-text-length="50"
data-show-checkboxes="true"
></div>
<script src="https://rawgit.com/deepidea/brisk-table/master/brisk-table.js"></script>
<script src="https://cdn.jsdelivr.net/gh/deepidea/brisk-table@master/brisk-table.js"></script>
</body>
</html>

2 changes: 1 addition & 1 deletion docs/examples/quickly-start.html
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,6 @@

<div class="brisk-table" data-provider-function="dataProviderFunction" data-json-path="$"></div>

<script src="https://rawgit.com/deepidea/brisk-table/master/brisk-table.js"></script>
<script src="https://cdn.jsdelivr.net/gh/deepidea/brisk-table@master/brisk-table.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/examples/real-application.html
Original file line number Diff line number Diff line change
Expand Up @@ -590,6 +590,6 @@ <h3>Teachers</h3>
<button id="buttonDelete" type="submit" class="btn btn-danger" onclick="onButtonDelete()">Delete</button>
</div>

<script src="https://rawgit.com/deepidea/brisk-table/master/brisk-table.js"></script>
<script src="https://cdn.jsdelivr.net/gh/deepidea/brisk-table@master/brisk-table.js"></script>
</body>
</html>
2 changes: 1 addition & 1 deletion docs/examples/try-it-yourself.html
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,6 @@
data-provider-function="dataProviderFunction"
></div>

<script src="https://rawgit.com/deepidea/brisk-table/master/brisk-table.js"></script>
<script src="https://cdn.jsdelivr.net/gh/deepidea/brisk-table@master/brisk-table.js"></script>
</body>
</html>