We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8ca8875 commit 42a50f2Copy full SHA for 42a50f2
1 file changed
src/docs/_static/script.js
@@ -43,8 +43,8 @@ HTMLElement.prototype.removeListeners = function () {
43
44
document.addEventListener('DOMContentLoaded', function () {
45
console.log('document is ready.');
46
- fetchData().then((data) => {
47
- renderUi(data.paginatedData);
+ fetchData().then((data) => {
+ renderUi(data.paginatedData);
48
showTotalRecords();
49
attachSearch();
50
filterPaginatedData();
0 commit comments