4

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?

imz
  • 43
  • 5

1 Answers1

7

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

AlexK1
  • 86
  • 3