jquery-bootgrid icon indicating copy to clipboard operation
jquery-bootgrid copied to clipboard

Data-formatter ejecution with delay

Open jerearaujo03 opened this issue 10 years ago • 5 comments

When the page loads, there is many miliseconds until bootgrid's execution. In that time, i see the link of the image, and then i see the image. I don't wanna to see the field until bootgrid's execution, or at least i dont wanna see the field content (image link).

There is a way to do that? 1 2

jerearaujo03 avatar Jan 08 '16 22:01 jerearaujo03

I fixed it temporally by doing this:

<td><p style="display:none;">{{ $user->profile['image_path'] }}</p></td>

But there is a way to dissappear the delay in bootgrid's execution?

jerearaujo03 avatar Jan 08 '16 22:01 jerearaujo03

Did you ever figure this out? @jerearaujo03

surgiie avatar Jul 21 '16 17:07 surgiie

Mm nope. :/

jerearaujo03 avatar Jul 24 '16 14:07 jerearaujo03

Bummer:/ @jerearaujo03

surgiie avatar Jul 25 '16 18:07 surgiie

What I did is to initialy hide the table and on loaded event show it back.

CreativaDSaravia avatar Mar 22 '19 00:03 CreativaDSaravia