JHTML grid.sort / Joomla.tableOrdering() error - Joomla! Forum - community, help and support
hi everyone,
i have upgraded site joomla 3.4 contains html table output in frontend should sorted. using jhtml sort function generates javascript call this:
joomla.tableordering('name','asc','');
different old version (where had add js function self)
tableordering('name','asc','');
the error produced "uncaught typeerror: cannot read property 'filter_order' of null in core.js:1 joomla.tableordering"
the form named "adminform"
and have in form following hidden fields filter_order, filter_order_dir , task needed older versions of joomla.
unfortunately have no idea start haven't found upgrading cheat sheet or simliar - has solved before?
thank tip...
i have upgraded site joomla 3.4 contains html table output in frontend should sorted. using jhtml sort function generates javascript call this:
joomla.tableordering('name','asc','');
different old version (where had add js function self)
tableordering('name','asc','');
the error produced "uncaught typeerror: cannot read property 'filter_order' of null in core.js:1 joomla.tableordering"
the form named "adminform"
and have in form following hidden fields filter_order, filter_order_dir , task needed older versions of joomla.
unfortunately have no idea start haven't found upgrading cheat sheet or simliar - has solved before?
thank tip...
yes, sometime these problem comes when upgrade joomla, because other installed plugins not compatible new joomla.
Comments
Post a Comment