You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently the CDataTable has a row-clicked event. I would like to request an additional event when a cell is (double-?) clicked, which should return the cell and value of the clicked cell. We have business logic where the user is redirected to a route based on which cell (header/value) the user has clicked on. With the current available events I don't know which cell/value is clicked.
Because there is no way to add an event on a slot (cells can be represented as slots), modification has been done on the 'row-clicked' event so the third argument with column name string is now available.
Currently the
CDataTable
has arow-clicked
event. I would like to request an additional event when a cell is (double-?) clicked, which should return the cell and value of the clicked cell. We have business logic where the user is redirected to a route based on which cell (header/value) the user has clicked on. With the current available events I don't know which cell/value is clicked.Could be like this:
http://tabulator.info/docs/4.5/callbacks#cell
The text was updated successfully, but these errors were encountered: