Conditional Render Function
Conditional Render Function
Link to test case: https://jsfiddle.net/BeerusDev/6kxesdau/37/
Hello,
In my location column, I have a conditional where if the title column equals a certain value to apply my anchor conditioning, and if it doesn't to return the default value. For some reason it is only applying the default value?
Also, is there a way to have a sort where I can always have one row that contains a certain value be at the top? I need one to always be at top, but the others the order doesn't matter.
This discussion has been closed.
Answers
Your condition fails because you spelled "Application" wrong.
Your sort might need this:
https://datatables.net/blog/2016-12-22#Example