Hi, I am have just implemented state saving and column reordering, however I realized that since my toggle buttons for column viability are by index (i.e table.column(21).visible( false ); ) it will not work if I reordered the columns. Is there a way of referencing a rowID instead of a row index
↧