Show div when particular column is being inline editted
Show div when particular column is being inline editted
BonDotts
Posts: 3Questions: 1Answers: 1
I would like to have a div containing buttons appear when a column is being inline edited (similar to a date picker). The purpose of this is each button would contain a common phrase used for the field being edited. The table is going to be used on a touchscreen so I'm trying to cut down on the amount of typing via the on screen keyboard.
This question has an accepted answers - jump to answer
This discussion has been closed.
Answers
Looks like I figured it out. This will show a bunch of buttons that will insert a word or phrase into the field being edited:
// Problem field Shorcuts plug-in code
(function ($, DataTable) {