hackolein / jquery-datatables-row-grouping

Automatically exported from code.google.com/p/jquery-datatables-row-grouping
0 stars 1 forks source link

Checking for oHideEffect instead of oShowEffect #49

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Create a table with grouping and a custom hide effect, but no custom show 
effect.
2. hide group, then try to show

What is the expected output? What do you see instead?
Line 285 (before):if (properties.oShowEffect != null)
Line 285 (after):if (properties.oHideEffect != null)

What version of the product are you using? On what operating system?
1.2.7

Please provide any additional information below.

Original issue reported on code.google.com by greg.man...@gmail.com on 4 Dec 2012 at 7:39

GoogleCodeExporter commented 9 years ago

Original comment by joc...@gmail.com on 6 Jun 2013 at 3:55