Search
-
How do I apply different button styles across different button groups?
by allan ·This is where Buttons set's the default class name for the Bootstrap 5 integration. If you wanted to change that, you could add: -
SearchBuilder Requires DateTime when used with dates.
by kthorngren ·Sounds like early versions of SearchBuilder didn't require DateTime. The SearchBuilder docs indicate that it is now a requirement: -
Which visual / formatting editors work with datatables editor?
by rmeetin ·Door #1 - CKEditor does not allow custom styles without minimally defining every possible style/class - not a realistic solution. -
Reload/Refresh the page -more than 1000 data
by kthorngren ·If you just want to refresh the table data then use ajax.reload() in your event handler for the refresh button. -
Reload/Refresh the page -more than 1000 data
-
Rendering columns with custom tags
by NatalyCeva ·To be precise, Vuejs is case sensitive. -
DataTable Editor issue with updating inline data
by allan ·How interesting - thank you! -
How to format this datatables export to excel?
by allan ·In Excel, if you want bold and wrap at the same time, you need to create a new style in the XML. This is the line in our default styles that does wrapped text (index 55). You could either: -
Order column on load
by volumes ·Hi all, -
Encrypted values in a column
-
Decimal numbers not rendering correctly
by JPC! ·After trying a few things by myself I finally could find a solution for my problem. Using the GetFormatter method in the C# controller code I just replaced the annoying "," with the correct… -
I get 'No data available in table' error
by kthorngren ·Its hard to say without seeing the problem. What does this code result in? Use the browser's inspect tool to make sure the HTML table is properly built. See the HTML docs for the requirements. -
I get 'No data available in table' error
by tenshi04 ·I set up 2 scenarios. -
DataTable Editor issue with updating inline data
by bbrindza ·In the IBM world we use IBM i Client Access Solutions where we test out SQL results prior to using them in a PHP . -
Decimal numbers not rendering correctly
by JPC! ·Ist there any possibility to specify the data type for EKP in C# controller code defining the editor response? When I use the data model of .net Core - where data types are specified - in an HTML-for… -
DataTable Editor issue with updating inline data
by allan ·Many thanks. It looks like the root issue is the $ in the column names. The column names aren't being escaped in the insert statement, so we end up with: -
Decimal numbers not rendering correctly
by JPC! ·I am using DataTables Editor in a ASP.NET Core 7 environment. I want to render a simple decimal number (double) with two decimals. But unfortunately the decimals are always shown as "0". SO… -
One result, two rows (UNION ?)
by colin ·This example from this thread should help. It's demonstrating how the data can be split into multiple records in initComplete, -
Blazor WebAssembly - "DataTable is not a function" error when changing menu
by hexacrown ·Hi, -
Datatable Dropdown reload
by allan ·You are encountering a similar issue as we have in SearchPanes for the cascade.