Search
10081 results 2251-2260
Forum
- 11th Sep 2019how to remove column visibility button in datatable.A column visibility button is not present by default. It must be added somewhere in your own code.
- 11th Sep 2019how to control multi button group in doms?Hi @jadehan , 'B' only needs to go there once, so by default they're all grouped together. If you want to place them separately, you can do something like this. Cheers, Colin
- 10th Sep 2019Search callback to add more rows to the search resultI can't leverage the default DataTables search. By that
- 10th Sep 2019Trying to use regex to search with a numberserver side processing by default, you need to change
- 10th Sep 2019How to enable 'hard edit' mode?The idea was that if Editor isn't defined then it will fall through to the default handler allowing the key event to handle F2 if required. Good point though, I should have commented that. Added now :). Allan
- 7th Sep 2019Two questions about Editor's edit windowsince the date picker defaults to the current date
- 6th Sep 2019weird orange border, feature request/recommendation/opinionit for both the default styling, and bootstrap. How
- 6th Sep 2019Impose upper limit on editable table according to user membership levelHi Allan JSON Results of var_dump($subscription_plan_id); below array(1) { ["subscription_plan_id"]=> string(5) "18651" } $q->where( 'user_id', $userid); } ) ->exec() ->fetch(); var_dump($subscription_plan_id); switch ($subscription_plan_id) { case "18649": $portfolio_limit = 7;break; case "18650": $portfolio_limit = 6;break; case "18651": $portfolio_limit = 4;break; default: $portfolio_limit = 5;break; } Colin
- 6th Sep 2019Child table has no datause a POST by default, while DataTables uses a
- 4th Sep 2019automatic update of external json .txt file at each new record edit / insertionan external file by default?? Just for an ease