You can disable it with jTableViewExtended.Hi,
Is it possible to prevent a tableview for headers moving ?
Thanks a lot
You can disable it with jTableViewExtended.
if you mean sorting columns with clicking on the header you can disable it with :Hi,
Is it possible to prevent a tableview for headers moving ?
Thanks a lot
For i=0 To TableView1.ColumnsCount-1
TableView1.SetColumnSortable(i,False)
Next
DisableReorderingColumnsThank you Fred, I use your jTableViewExtended library, but despite reading your HTML doc, I don't find the property, can you tell which one, please?
Thanks
Patrick