Commit 5d422b8
committed
Load table items dynamically and enable nice formatting of data
Loading items dynamically gives impression of better responsiveness
with big items that cause slow queries.
Using fancy JSON formatter is probably gonna be slower than just
using JSON.stringify() but I've deemed it worthy due to much better
readability and being able to tell types of item values.
Add possibility to go to previous page of results1 parent 5d64adf commit 5d422b8
File tree
4 files changed
+662
-73
lines changed- lib
- public/vendor/json-formatter
- views
4 files changed
+662
-73
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
335 | 335 | | |
336 | 336 | | |
337 | 337 | | |
338 | | - | |
| 338 | + | |
| 339 | + | |
| 340 | + | |
| 341 | + | |
| 342 | + | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
| 355 | + | |
| 356 | + | |
| 357 | + | |
| 358 | + | |
| 359 | + | |
| 360 | + | |
| 361 | + | |
| 362 | + | |
| 363 | + | |
| 364 | + | |
| 365 | + | |
| 366 | + | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
| 375 | + | |
| 376 | + | |
| 377 | + | |
339 | 378 | | |
340 | 379 | | |
341 | 380 | | |
| |||
401 | 440 | | |
402 | 441 | | |
403 | 442 | | |
| 443 | + | |
| 444 | + | |
404 | 445 | | |
405 | 446 | | |
406 | 447 | | |
407 | 448 | | |
408 | 449 | | |
409 | | - | |
| 450 | + | |
410 | 451 | | |
411 | 452 | | |
412 | 453 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
0 commit comments