djavaui / jquery-datatables-editable

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

Child datatable's row cannot be selected if parent datatable is editable #104

Open GoogleCodeExporter opened 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. Create a datatable with the possibility to display details as in the 
example: http://datatables.net/blog/Drill-down_rows
2. Create a child table inside the details and make it as a datatable.
3. Make the parent datatable editable
4. Make the child datatable editable
5. Child datatable's row cannot be selected

What is the expected output? What do you see instead?
Both the parent and the child should be editable and rows could be selectable 
for deletion.

What version of the product are you using? On what operating system?
Datatables 1.9.0, Datatables.Editable 2.1.4

Please provide any additional information below.
If I make the parent datatable editable than the child datatable's row cannot 
be selected and used for deletion. When the parent datatable is not editable 
child datatable's row can be selected.

Original issue reported on code.google.com by mpeter19...@gmail.com on 21 Mar 2012 at 9:29

GoogleCodeExporter commented 8 years ago
Addition: No JS error according to Firebug.

Original comment by mpeter19...@gmail.com on 21 Mar 2012 at 9:31

GoogleCodeExporter commented 8 years ago
Are you giving each child table a unique id? 

Original comment by dmol...@gmail.com on 18 Jul 2012 at 5:55

GoogleCodeExporter commented 8 years ago
Absolutely yes! I need to. I use a workaround to be able to select rows but it 
would be easier if this issue would be resolved.

Original comment by mpeter19...@gmail.com on 19 Jul 2012 at 2:33

GoogleCodeExporter commented 8 years ago
are you able to post a link to an example of this happening? i might be able to 
take a look w/ firebug (can't promise anything, but i'll do my best).

Original comment by dmol...@gmail.com on 27 Jul 2012 at 6:40