Super Sale Limited Time 50% OFF for All-Access Plans
Save 50% Now

Data Table Component


How to pass prefetched Data to DataTable, instead of using apiEndpoint?


const apiUrl = "
const element = document.querySelector("#kt_remote_table");

const dataTableOptions = {
apiEndpoint: apiUrl, //want to avoid this approach, and pass the Data directly
pageSize: 5,
columns: {
status: {
....


https://keenthemes.com/metronic/tailwind/docs/components/datatable#remote-data-source


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(

Replies (1)


Hi Stefan Njegomirovic

it's designed to either fetch data from a server via apiEndpoint or extract data from the existing HTML table. However, there isn't a direct way to pass prefetched data through the configuration.

Could you please try this approach?

You can create a proxy or mock endpoint that returns your prefetched data without making an actual network request:

https://gist.github.com/faizalmy/8551fec14d880622e44004387d8ecf5c

We intercept all fetch calls to our specific mock URL.

Thanks


Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(
Text formatting options
Submit
Click any option to insert into your comment. Select text first to wrap it.
  • **text** to make things bold
  • *text* to emphasize
  • ### Heading to make headings
  • [link text](url) for links
  • ![alt text](image-url) to paste in an image
  • - item to make a list
  • 1. item to make an ordered list
  • > quote to quote somebody
  • `code` for single line of code
  • ```js ... ``` for JS code block
  • ```html ... ``` for HTML code block
  • ```scss ... ``` for SCSS code block
  • ```php ... ``` for PHP code block
  • --- for a horizontal rule
  • happy  :)
  • shocked  :|
  • sad  :(