How to check a column is fixed or not , for a given index
Sorry - there is no API for that at the moment. Given that you need to specify which columns are fixed, you'd need to store and look that information up yourself.
Allan
@allan hmm,Can I check like, if there is a class 'fixed-column' for column header then it would be fixed otherwise not ?
You could check to see if there is a copy of a column in a div.DTFC_LeftWrapper element, but that's a bit messy.
div.DTFC_LeftWrapper
It looks like you're new here. If you want to get involved, click one of these buttons!
Answers
Sorry - there is no API for that at the moment. Given that you need to specify which columns are fixed, you'd need to store and look that information up yourself.
Allan
@allan hmm,Can I check like,
if there is a class 'fixed-column' for column header then it would be fixed otherwise not ?
You could check to see if there is a copy of a column in a
div.DTFC_LeftWrapper
element, but that's a bit messy.Allan