Thanks, patch applied.
On Fri, Apr 24, 2020 at 10:49 AM Nagesh Dhope
wrote:
> Hi Hackers,
> After fixing the issue reported by Shubham, I observed that sometimes
> browser is getting hanged and sometimes ViewData grid is getting disappear,
> I suspect its due to the number of rows to update on s
Hi Hackers,
After fixing the issue reported by Shubham, I observed that sometimes
browser is getting hanged and sometimes ViewData grid is getting disappear,
I suspect its due to the number of rows to update on slick grid after
fetching next of rows. FYI, I was running a query which was
returning 1
Thanks, patch applied.
On Wed, Apr 22, 2020 at 5:38 PM Nagesh Dhope
wrote:
> Hi Hackers,
> The attached patch makes an API call to fetch the next batch of rows only
> after a user stops scrolling down(to detect added timeout of 250ms) using
> the slider.
>
> On Tue, Apr 21, 2020 at 1:32 PM Aksha
Hi Hackers,
The attached patch makes an API call to fetch the next batch of rows only
after a user stops scrolling down(to detect added timeout of 250ms) using
the slider.
On Tue, Apr 21, 2020 at 1:32 PM Akshay Joshi
wrote:
> Thanks, patch applied.
>
> On Tue, Apr 21, 2020 at 12:10 PM Nagesh Dho
Thanks, patch applied.
On Tue, Apr 21, 2020 at 12:10 PM Nagesh Dhope
wrote:
> Hi Hackers,
> The attached patch fixes an issue where slider jumps up when new rows get
> loaded while scrolling down in the DataView panel in the query tool.
> Fix uses *rows_affected *field to create dummy rows (Apar
Hi Hackers,
The attached patch fixes an issue where slider jumps up when new rows get
loaded while scrolling down in the DataView panel in the query tool.
Fix uses *rows_affected *field to create dummy rows (Apart from the
first *batch
of rows). *Dummy rows will be updated as and when they are requ