Hi, I got the similar issue and checked the documents https://docs.splunk.com/Documentation/WebFramework However, I found that the parameters have been changed, after checking its source code under timerangeview.js. You may try below configurations. var customDialogOptions = { show_presets: false, show_datetime_range: true, show_advanced: false, show_date_range: false, show_realtime: false, show_relative: false };
... View more
@hpwang1014 You can access text value by adding ID in input tag. You will also have value in cell.value variable for that column. If you have specific case then you can provide more details her OR post new question with your sample code and JS. KV
... View more