Dynatable data-dynatable-no-sort does not work

I added the data-dynatable-no-sort attribute to my table header as follows:

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

This does not work for me though.

I added the attribute to the delete column. Why does this attribute not work?

+3
source share
1 answer

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

+6
source

All Articles