The CreatorCon Call for Content is officially open! Get started here.

Data Table Widget On Click

Sam Ogden
Tera Guru

Hi All,

I have added 2 Data table widgets to a page on our portal.   I've added a filter to these and they are displaying as I am expecting.

I expected that when a log was clicked it would take you through to the ticket_field widget.   However if you select a log it does nothing.

Any ideas what needs amending so that this will work as expected?

find_real_file.png

1 ACCEPTED SOLUTION

Hi,



Instead of that you should use "Data Table from URL Definition"   widget.



there you can open widget instance..in platform view..


find_real_file.png



then bring "Link to this page" field to the form like below and select your page like below


find_real_file.png



(please mark helpful/like/correct if it helps)


View solution in original post

8 REPLIES 8

well..i was going to ask you the same questions...im also working on same thing im also getting 20 records as this table is not passing "limit" option to "data table" widget.



you will need to clone "Data Table from URL Definition" widget and add below highlighted line..



find_real_file.png



you will also need to clone "data table" widget(give this cloned widget id to above widget line) and add below highlighted part



find_real_file.png




crazy cloning just for making one thing work..



(please mark helpful/like/correct if it helps)


Hi Rushit,



Thanks for the above, worked a treat - as you said seems daft to have to do this but least it works.



Sorry for yet another question - the title that displays on table is not the title I've selected in the options, is this something similar that needs amending?



Example:



find_real_file.png


find_real_file.png



I would like the title at the top of the table to be the title in the options, is this possible,



Once again thanks for all your help.


add below to your instance option



find_real_file.png



{


"use_instance_title": {


"value": "true",


"displayValue": "true"


}


}



(please mark helpful/like/correct if it helps)


HI Rushit,



Just tried this, but doesn't seem to have worked.   When it first loads it seems to display the title I want for a split second then it reverts to the table titles:



find_real_file.png


find_real_file.png



Thanks