Hi guys, i’m using an RDT and elasticsearch provider, i’m not showing the id of the rows because i’ts a sequential value and i don’t need to see in the table, but my problem is that i need the id for some backend processes and i cannot add to the RDT Fields definition because it would be shown in the RDT and i don’t want it, my question is: is it possible to use the id in the RDT and not show it?
How to hide RDT fields
sergioSan
#2
Hi @ivan95 maybe you should review the ag-grid docs and the chartFactor docs, in the chartFactor docs there is an interesting option to provide some ag-grid options to the RDT, take a look at ag-grid-custom-options
sam
#3
Hey @ivan95 maybe you can use the querying data syntax like this: Querying Data and include in this query the fields you need.
ivan95
#4
@sam Thanks It looks interesting, I never did something like that, but i don’t want to use an additional query, i want to use the same query that i’m using for the RDT and use the id in the execute:stop
event, but the RDT definition doesn’t contain the ID field