broswers dont seem to render the changes applied

broswers dont seem to render the changes applied

MoiD101MoiD101 Posts: 8Questions: 0Answers: 0
edited September 2012 in DataTables 1.8
hi i am fairly new to coding in general and have been using datatables to some degree ok, however i wished to hide a column in a table yesterday and applied the following line of code "aoColumns": [{ "bVisible": false }, null, null, null, null, null, null, null, null, null, null, null, null, null],
This did not appear to work and i spent a couple of hours trying to figure it out, without luck.
Anyway i came into work this morning and opened the browser to continue my work and to my amazment it now works 0_0.
So as a test i remarked that line out and sure enough the column returned.
But this is where it gets wierd, i then uncommented it out and refreshed the browsers (ie and FF) and neither reapplied the code.
any ideas?

Replies

  • rewenrewen Posts: 74Questions: 2Answers: 0
    Try holding SHIFT when you click refresh or do SHIFT+F5. Your browser may be caching the page and not seeing the change.

    If you have firebug for firefox then you can also use it check your javascript code to see if your changes are there after refreshing the page.
This discussion has been closed.