-
Notifications
You must be signed in to change notification settings - Fork 432
Open
Description
Question
Am using this library with remote option. In that wanted to add action buttons to each row. I have added too but on the action button click event am getting undefined for all the variables that am using in the action methods.
Screenshots
`
action methods in schema
{
dataField: 'actions',
text: 'Actions',
formatter: getActionButtons
}
Below is the method that am appending buttons to action methods

on the button click am trying to call cancleAppointmentModalRef.showModal but here am getting null from cancleAppointmentModalRef `
But the same scenario works fine without remote
could you please suggest me how I can proceed with this
AnthoniG and michalis-ligopsychakis
Metadata
Metadata
Assignees
Labels
No labels