Data Table click event is not workingwith custom Template

UI Components for React
Post Reply
Rajeev_Dubey
Posts: 2
Joined: 24 Oct 2017, 01:31

24 Oct 2017, 01:38

Hi

I am using custom Template in one of the column and my template contain react boot strap DropdownButton . i am attaching the click event . i am seeing OnRowClick event is not firing .on debug i found below code is problem (Table body.js )

var targetNode = event.originalEvent.target.nodeName;
if (targetNode === 'INPUT' || targetNode === 'BUTTON' || targetNode === 'A' || _DomHandler2.default.hasClass(event.originalEvent.target, 'ui-clickable')) {
return;
}


any plan to fix this ???.

cagatay.civici
Prime
Posts: 18616
Joined: 05 Jan 2009, 00:21
Location: Cybertron
Contact:

24 Oct 2017, 08:59

We'll do a maintenance release this week, my colleague will check this. Thank you.

Rajeev_Dubey
Posts: 2
Joined: 24 Oct 2017, 01:31

25 Oct 2017, 04:30

Thanks a lot .

Post Reply

Return to “PrimeReact”

  • Information
  • Who is online

    Users browsing this forum: No registered users and 6 guests