Topic: Datatable
sriramk18 priority asked 2 years ago
Expected behavior 1) Hide a column in the datatable 2) The button in the datatable need to calls the action (.net Core) in the server. 3) Check all the rows and click on pay button should send all the selected rows or send all the rows with the check box.
Actual behavior
Resources (screenshots, code snippets etc.) Please provide the resource for the above requirement.
FREE CONSULTATION
Hire our experts to build a dedicated project. We'll analyze your business requirements, for free.
Status
Opened
Specification of the issue
- ForumUser: Priority
- Premium support: Yes
- Technology: MDB Standard
- MDB Version: MDB5 3.10.2
- Device: All
- Browser: All
- OS: All
- Provided sample code: No
- Provided link: No
Grzegorz Bujański staff commented 2 years ago
Unfortunately, we do not have an example of this use of our datatable. We create frontend solutions. You have to create the appropriate solution for backend yourself.
sriramk18 priority commented 2 years ago
How to hide a column in the datatable, such as id?
Grzegorz Bujański staff commented 2 years ago
There is no such possibility. If you don't want a column, just don't add it. Check out this snippet: https://mdbootstrap.com/snippets/standard/grzegorz-bujanski/3647194#js-tab-view in the js code the first column was commented out. The rest of the data still appears correctly, but without the first column.
sriramk18 priority commented 2 years ago
I am not able to see the snippet. "The requested URL was not found on this server." this is the error message displayed when i click on the URL.
Grzegorz Bujański staff commented 2 years ago
Sorry for that. Try this link: https://mdbootstrap.com/snippets/standard/grzegorz-bujanski/3653538#js-tab-view