What is jTable and what is the use of the jTable in ASP.Net MVC? [Resolved]

Posted by Kumarkrishna184 under ASP.NET MVC on 12/16/2015 | Points: 10 | Views : 2630 | Status : [Member] | Replies : 1
What is jTable and what is use of the jTable in ASP.Net MVC? Please help.....

Thanks and Regards,
Krishna Kumar



Responses

Posted by: Rajnilari2015 on: 12/16/2015 [Member] [Microsoft_MVP] [MVP] Platinum | Points: 50

Up
0
Down

Resolved
jTable is developed by Halil Ibrahim Kalkan ( http://halilibrahimkalkan.com/ ). From the official site of jTable ( http://jtable.org/ )


What is jTable ?

jTable is a jQuery plugin that is used to create AJAX based CRUD tables without coding HTML or Javascript

What is the use of the jTable in ASP.Net MVC?
It has several features including:

- Automatically creates HTML table and loads records from server using AJAX.
- Creates 'create new record' jQueryUI dialog form. When user creates a record, it sends data to server using AJAX and adds the same record to the table in the page.
- Creates 'edit record' jQueryUI dialog form. When user edits a record, it updates server using AJAX and updates all cells on the table in the page.
- Allow user to 'delete a record' by jQueryUI dialog based confirmation. When user deletes a record, it deletes the record from server using AJAX and deletes the record from the table in the page.
- Shows animations for create/delete/edit operations on the table.
- Supports server side paging using AJAX.
- Supports server side sorting using AJAX.
- Supports master/child tables.
- Allows user to select rows.
- Allows user to re size columns.
- Allows user to show/hide columns.
- Exposes some events to enable validation with forms.
- It can be localized easily.
- All styling of table and forms are defined in a CSS file, so you can easily change style of everything to use plugin in your pages. CSS file is well defined and commented.
- It comes with pre-defined color themes.
- It is not depended on any server side technology.
- It is platform independent and works on all common browsers.

You can find the demos at : http://jtable.org/Demo

Hope this helps

--
Thanks & Regards,
RNA Team

Kumarkrishna184, if this helps please login to Mark As Answer. | Alert Moderator

Login to post response