FixedColumn row on click does not fire for fixed columns, any workaround?
FixedColumn row on click does not fire for fixed columns, any workaround?
jrizzi1
Posts: 44Questions: 12Answers: 3
I have an on click function storing the row data in the console log
if you click on the first two columns, you'll notice the function returns undefined, however any of the unfrozen columns returns the data object
I know that this has todo with the fact that the fixedcolumns are created in a cloned table, i was wondering if there was any workaround to this?
This discussion has been closed.
Answers
Is there any exposed API functions to the DTFC_Cloned table? or any ideas on how i can take an onclick event on the DTFC_Cloned table row and refer it to the datatable object the clone table is comprised of?