We need a solid way for making table rows in our admin panel views interactive for the sake of viewing on mobile devices. Suggestion: - (1) Make rows "clickable" by supplying a css class - (2) Supply url (routing) data in a data attribute. - (3) Make it easy to customize the behavior of the handler, perhaps by making multiple types of element identifiers suggested in (1) The component should take care of applying the required click handler so that we get rid of in-line javascript in the templates. Make sure implementation lives up to supported browser requirements
We need a solid way for making table rows in our admin panel views interactive for the sake of viewing on mobile devices.
Suggestion:
The component should take care of applying the required click handler so that we get rid of in-line javascript in the templates.
Make sure implementation lives up to supported browser requirements