broswers dont seem to render the changes applied
broswers dont seem to render the changes applied
MoiD101
Posts: 8Questions: 0Answers: 0
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?
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?
This discussion has been closed.
Replies
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.