Replies: 1 comment
-
Well it came out to be a formatting issue with the commas surrounding the message.
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I need help for my Yajra Datatable in my laravel 8 application. I want to access a column value hl_name as $row->hl_name in Confirm message of the addColumn() function as below:
However this altogether bypass the Confirm Message and execute the deletion. If I change the $row->hl_name to $row->hl_id, the message box successfully appears with the respective Id value. Do I somehow need to notify data to the rows of Datatable?
I am displaying my dataTable in the controller as below:
I am NOT initiating my datatable though script as it then gives warning/error:
uncommenting above gives error
The dataTable is successfully implemented as rows of data are shown along with Delete action., and the delete operation is successfully executed. However the confirmation message does not show name of hospital to be deleted. Following are the main 3 functions of my DataTable class. I would appreciate if someone can guide me on this.
Beta Was this translation helpful? Give feedback.
All reactions