Bootstrap4 DataTable

I made a very simple code like in your example.
-but the DataTable is not showing the items, also the clear function is not working

from the beginning this control is always showing this:

image

Any idea?

Not from the information you’ve given. Are there any messages in the Console?

DataTables is a wonderful and huge control. It can do almost anything you can conceive of, look great and have good performance. It has a huge number of features and options.

To use it effectively, you need to spend time learning how it works. The documentation for it is excellent:
https://datatables.net/

Thanks for your fast reply

Yes, there are error messages in the console:
DevTools failed to load SourceMap: Could not load content for http://127.0.0.1:50499/DataMurks/toolbox/bs4/dist/js/bootstrap.bundle.min.js.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE
DevTools failed to load SourceMap: Could not load content for http://127.0.0.1:50499/DataMurks/toolbox/bs4/dist/css/bootstrap.min.css.map: HTTP error: status code 404, net::ERR_HTTP_RESPONSE_CODE_FAILURE

I find these files in over 200 folders in my drive c: in folders like this:
C:\Users\danme\AppData\Local\Temp\tmpf6xqzyo8\toolbox\

Those messages can be ignored - they are for debugging.

You’ll have to look at the sample and the documentation on DataTable’s site. The control works well, but requires work to master it.

I copied an example 1:1 and it does not work.

What is debugging good for if you ignore error messages?

Does the sample work for you?

Here is more on those debugging messages:
https://blog.appstudio.dev/2013/08/chrome-cant-find-query-min-map/
https://wiki.appstudio.dev/Solutions_to_Common_Problems#.22Chrome_can.E2.80.99t_find_.2A.min.map.22