You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 1, 2022. It is now read-only.
Hi,
I am using a components actions to display buttons in a column of the datatable. When I am passing data through an ajax call(which makes it wait for sometime before updating) everything works fine, but
as soon as I am passing it directly into the data it shows blank.
Shows blank when passed like this:
but works fine when i put a setTimeout of say 1 sec before sending/updating the data
The text was updated successfully, but these errors were encountered:
Hi,
I am using a components
actions
to display buttons in a column of the datatable. When I am passing data through an ajax call(which makes it wait for sometime before updating) everything works fine, butas soon as I am passing it directly into the data it shows blank.
Shows blank when passed like this:
but works fine when i put a setTimeout of say 1 sec before sending/updating the data
The text was updated successfully, but these errors were encountered: