Data-formatter ejecution with delay
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?

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?
Did you ever figure this out? @jerearaujo03
Mm nope. :/
Bummer:/ @jerearaujo03
What I did is to initialy hide the table and on loaded event show it back.