How to remove sort link from one table column header

How to remove sort link from one table column header

RSCARSCA Posts: 1Questions: 1Answers: 0

I have a table with 5 data columns that I wish to sort on and one 'links' column ( Details, Edit , Delete) that I don't want the sort option to appear on. I have tried using the TH hidden attribute, but this messed up the data alignment in the rows, so they didnt align with their respective headers. Is there a way to make this work ?Thanks in advance

Answers

  • tangerinetangerine Posts: 3,365Questions: 39Answers: 395

    Why don't you just use "orderable: false," in your columns definition?

Sign In or Register to comment.