Search
-
How to pass parameters to ajax for using datatables plugin
by easr01 ·Have an HTML table deployed through the DataTables plugin that works well when deployed from static data, retrieved through ajax from a MySQL database: -
Server side - and server is not called
by mbaas ·Thank you - good idea, but adding one didn't help. -
Server side - and server is not called
by mbaas ·I am trying to build a small sample for a colleague to show how easy it is to workl with server-side datasources. -
the features is not working
by novice1222 ·issues: -
Editor-NET: Filter on editor is not honored by SearchBuilder/SearchPanes
by parcival ·When you apply a top level filter on a table, this is not taken into account by the options presented by SearchBuilderOptions or SearchPaneOptions. -
Calling a function from Ajax on Asp.Net/Razor in C#
by haigda ·Description of problem: -
merge the button and search code
by kthorngren ·When you combine them you need to make sure you add the comma separator between the options, for example: -
Ajax with serverSide processing doesn't load anything except the first page, with no errors
by Fredtholomew ·Description of problem: So, this is a weird one. I have been on this for over 2 hours now and no google search can help. -
merge the button and search code
by Lucadatatables ·Kindly, how can I merge the button and search code? the errors are that it can't be initialized or it won't run it for me. Thank you -
Using Exp to excel from tables with different number of columns
by kthorngren ·other page the Export to Excel button does not run and gets stuck instead on clicking. -
Using Exp to excel from tables with different number of columns
by Learn2excel ·Hi @kthorngren -
Using Exp to excel from tables with different number of columns
by kthorngren ·Assuming you are using the same JS code to initialize Datatables you can use a Javascript ternary operator to set the columns array. I created an example for you that uses the same code on two diffe… -
Is anyone else having problems with SearchBuilder?
by Stacey1134 ·@kthorngren Thanks, for your earlier insight about #5 and #8, ~~while it does not help with the searchBuilder problem I have~~, it did help all the other problems I had with this upgrade. -
Is anyone else having problems with SearchBuilder?
by Stacey1134 ·Okay fixed the json issue, but still can't get searchBuilder to work with the new version. First, the overlay is all messed up as you can see by the photo when I click my searchBuilder button (it wor… -
Inline Editing, DateTime and the onChange event
-
Resetting width of DataTab;le in tabs
by kthorngren ·The DataTable.tables() API is used to generically get all the tables on the page. It is further filtered with the { visible: true, api: true } so it only retrieves the table on the page. See the do… -
Resetting width of DataTab;le in tabs
by KMiller68 ·I am also using BootStrap tabs, and the datatable is being populated with the code shown below. I noted an alternate event handler for dynamically created Alax tables as a comment on the example; wo… -
Resetting width of DataTab;le in tabs
by KMiller68 ·I have two working datatables within tabs. Table 1 is on the second of three tabs, and it always appears full width, columns correctly aligned, etc. The second table is on the third tab, which has an… -
ASP.NET Gridview currently edited row does not show up in search
by kthorngren ·So as a result, the currently edited row does not show up in the search results. -
ASP.NET Gridview currently edited row does not show up in search
by kthorngren ·The sorting of the table will affect where the row is displayed. If you change the data in the sorted column then the row might be resorted to a row that is not displayed on the current page.