Search
10314 results 391-400
Forum
- 3rd Apr 2025Using the datatable on a Razor view page - sending the datatable dataerroring out because the URL is too long when
- 28th Mar 2022How to correctly enter the buttons in the table when using RESPONSIVEmyModalBox').modal("show"); $('.elem').text('-' + ' ' + ' ' + name); var url = "user_delete/" + data + ""; $("#twitter_user_delete").on('click', function
- 2nd Apr 2025Datatables / Django search behaviorDataTable({ serverSide: true, ajax: { url: '/tools/api/EvenementAdm/?format=datatables', }, columns: [ { data: 'num_equipe_adm',
- 30th Mar 2025datatable.ajax.reload() ... any error handling options?simply use an invalid URL, similar to my example,
- 29th Mar 2025DataTable server side ajax call and sorting/searching problemscrollY: 'calc(100vh - 425px)', ajax: { url: getUrl, type: 'GET', data:
- 26th Mar 2025Searchbuilder javascript errors when sending JSON [solved]beforeSend as follow: ajax: { url: `/url`, type: 'POST', contentType:
- 25th Mar 2025Pagination/Search/Sorting not working with serverSide: true25, 50, "Alle"] ], ajax: { url: "/ajax/get_users", }, columns: [ { data: "id",
- 24th Mar 2025WebAPI with POST instead of GETthis: serverSide: true, ajax: { url: '/api/datatables/test/', type: 'POST' }, Again,
- 13th Mar 2025Individual column searching with MJoins (re-opened)request like this: ajax: { url: "/Editor/@entity", type: "POST", data:
- 21st Mar 2025Refresh rows without ajax callaTable).dataTable({ serverSide: true , ajax: { url: datatablesUrl + '?' + new URLSearchParams(params).toString(), } , columns: