Skip to main content

Questions tagged [dynamic-tables]

The tag has no usage guidance.

dynamic-tables
1 vote
1 answer
34 views

How to Dynamically Create Tables and Functions in Supabase Using PL/pgSQL?

I am working on setting up a vector store in my Supabase database, and I need to execute a script for each new table I create. The script enables the pgvector extension, creates a table, and defines a ...
Rauhan Ahmed's user avatar
0 votes
0 answers
25 views

Masking Policies & dynamic tables in snowflake

I'm working with Dynamic Tables in Snowflake and trying to apply masking policies to hide sensitive data. However, when I create the dynamic table, I get the following error: The masking policies are ...
Luis Felipe Martínez's user avatar
0 votes
0 answers
35 views

how to use angular-server-side-pagination-with-dynamic-table-component

Please check my code below. Here I am trying to implement the angular material table for pagination at server side but when the user clicks on next page index, the functionality does not work and data ...
Abhinay kumar Mishra's user avatar
1 vote
2 answers
63 views

How to use foreach inside foreach for dynamic fields php

I am having the following dynamically loaded values to be saved to DB Here, what i need to save to the db is that if there are wo tickets form Adult, there should be two entries in the DB and if ...
dinesh's user avatar
  • 87
0 votes
1 answer
193 views

Read dynamic table by index

I have dynamic table which generated like this: DATA: lo_struct TYPE REF TO cl_abap_structdescr, lo_element TYPE REF TO cl_abap_elemdescr, lo_new_type TYPE REF TO ...
-1 votes
1 answer
84 views

Difficulty Building Dynamic Table from JSON Data Using JavaScript

I'm facing challenges in creating a dynamic table from JSON data using JavaScript. I've attempted several approaches, but none seem to be working as expected. Essentially, I'm trying to populate a ...
Codeforlife1's user avatar
0 votes
0 answers
22 views

Power BI Dynamic Table Title based on individual account rank

I have created a series of monthly sales tables in Power BI using a DAX formula to rank an account as number 1 or number 20 based on total sales. Account name in my database is "National Account ...
Matt_L's user avatar
  • 3
0 votes
1 answer
26 views

Save dynamic html table data to database codeigniter 3

Following is the portion in my view file. <div class="table-responsive"> <table class="table table-bordered" id="dynamic_field"> ...
dinesh's user avatar
  • 87
0 votes
0 answers
41 views

What is the best way to create a dynamic data structure off use input?

I wrote some code that creates database tables based on user input. From what I can tell, this seems to be bad form. I'm also not sure if user input is sanitized sufficiently to prevent SQL injection. ...
Ultimate Gobblement's user avatar
0 votes
0 answers
63 views

Lua: Handle dynamic nested table (get and set)

I have a table t which is totally dynamic: it is nested, and number of levels is unknown in advance. I wish to be able to set (get is easy to do) some value at some level, using a kind of path. The ...
Hermios's user avatar
  • 622
0 votes
0 answers
115 views

Implementing a Filterable Table in React.js with Dynamic Columns

I'm working on a React.js project where I need to display a table with dynamic columns. Additionally, I want to provide filtering options to users based on columns like "Operator Name," &...
siddesh's user avatar
  • 58
0 votes
0 answers
67 views

How to convert dynamic table rows to columns in postgresql

I want to convert the below table into my expected output format. Here the input is dynamic. But my code should be generic to handle dynamic input tables Input 1: key Value Id 1 Name AAAA Id 2 ...
krishna raja's user avatar
1 vote
3 answers
505 views

Snowflake Dynamic Table support for`UNION ALL`

While trying to modify an existing table to be a Dynamic table, I noticed that it was not incrementally refreshing like I had hoped. refresh_mode_reason is given as below. Change tracking is not ...
Anders Swanson's user avatar
1 vote
0 answers
129 views

JavaScript Balance Calculation Issue with Input Fields

I'm encountering an issue with JavaScript where I need to calculate and update balances based on input field values. I've explained my requirements and provided the relevant code, but I'm having ...
Surya's user avatar
  • 125
0 votes
0 answers
28 views

Dynamic add of a row in a table with the possibility to add a cell's content in JS/JQuery

Been trying to have this table to dynamically add a row using the button 'addrow' and in the first cell there should be a 'delete' button in all cells except for the first one in the table, i'm ...
Imane 's user avatar

15 30 50 per page
1
2 3 4 5
18