TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Aniket Narvankar
559
2.1k
605.4k
jQuery Datatable
Jun 6 2020 3:22 PM
I have added a button in jquery datatable how to make it disabled base on some condition using ternary operator here is my code columns:
[ {'title': 'Name', 'data': 'Name', 'visible': false }, {'title':'LName','data': 'LName' }, { 'title': 'Actions', 'data': 'Name', 'searchable': false, 'sortable': false, 'render': function (data, type, full, meta) { return '<input type="button" id="btnSelect" value="Select" onclick="getD(\'' + data + '\')"/>' } } ]
if value in name column is A then button should be disabled how to do this i am stuck on this
Reply
Answers (
0
)
How to consume web api in .net core 3.1 mvc
App is closing automatically when I select file