question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

ajaxLoaderLoading not showing

See original GitHub issue

ajaxLoaderLoading is not showing when used in combination with ajaxProgressiveLoad and ajaxSorting and ajaxFiltering when sorting and filtering data.

Tabulator Info 4.2.5

{
  ajaxProgressiveLoad: 'scroll',
  ajaxSorting: true,
  ajaxFiltering: true,
  ajaxLoader: true,
  ajaxLoaderLoading: 'Loading test'
}

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
morkerscommented, Apr 16, 2019

Found the problem. When using ajaxProgressiveLoad: 'scroll', request for data (https://github.com/olifolkerd/tabulator/blob/master/src/js/modules/page.js#L539) is called with silent = true (https://github.com/olifolkerd/tabulator/blob/master/src/js/modules/ajax.js#L249) and loading message is skiped.

0reactions
mischmidcommented, Jul 11, 2019

@olifolkerd I agree, it would be useful to atleast notify the user that the initial page is loading.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Tabulator ajaxLoaderLoading not working as expected
I have the below code, but for some reason the 'Loading data' overlay is not working for me. The Ajax call pulls data...
Read more >
ajaxLoaderLoading loader doesn't show up when loading big ...
We found the loader is actually displayed but because the page is stuck in loading data and it is a long page(200 rows)...
Read more >
Developers - ajaxLoaderLoading not showing - - Bountysource
ajaxLoaderLoading is not showing when used in combination with ajaxProgressiveLoad and ajaxSorting and ajaxFiltering when sorting and filtering data.
Read more >
Setup Options - Tabulator
When loading data, Tabulator can display a loading overlay over the table. This consists of a modal background and a loader element. The...
Read more >
how to display a loading indicator while data is fetched from ...
Tabulator has a built in loading overlay when it is loading data via ajax, which can be customised on the ajaxLoaderLoading option
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found