Trigger a state load on hash change

Trigger a state load on hash change

techplextechplex Posts: 3Questions: 0Answers: 0
edited August 2013 in General
Is there a way to trigger a 'fnStateLoad' on hash change?

I've got an example here:
http://jsfiddle.net/TechplexEngineer/UeXrA/1/

calling 'otbl.fnDraw()' in the 'hashchange' handler doesn't seem to trigger the 'fnStateLoad' is there another function or way to do this?

My code in te example is based on 'charles_dyfis_net' example given here: http://www.datatables.net/forums/discussion/8886/trying-to-override-fnstatesave-original-_fnsavestate-still-called-instead/p1

'pinetree.rg' has another example, but it re-initializes datatables on hash change, is that what I need to do?

http://www.datatables.net/forums/discussion/2402/browser-functionality-with-ajax-driven-datatables/p1
This discussion has been closed.