Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Dynatable data-dynatable-no-sort not working

Tags:

dynatable

I added the data-dynatable-no-sort attribute to my table header like so:

<th data-dynatable-no-sort>Delete</th>

It doesn't work for me though.

I added the attribute to the delete column. Why isn't this attribute working?

like image 273
imz Avatar asked Mar 21 '23 13:03

imz


1 Answers

Try with data-dynatable-no-sort="true"

like image 165
AlexK1 Avatar answered Jun 28 '23 13:06

AlexK1