Code

Discussion on Data Manager: Tables & Forms handler for Bootstrap 5

Discussion on Data Manager: Tables & Forms handler for Bootstrap 5

By
Cart 373 sales

andufo supports this item

Supported

This author's response time can be up to 2 business days.

106 comments found.

Hi Very interested to purchase your script but have one question before I do so.

I do see a ‘Search’ feature at your demo here but does the script/plug-in has got a ‘filter’ feature as well as indicated at you product description???

Thanks

The filters are defined server-side. The search is a string match for the server-side initial results.

I wonder if it is to integrate with column filter, ? For the preview I did not notice.

If not, how much they charge to integrate with the column filter?

Hi Max, do you mean you want to select which columns to display? That can be easily done server-side.

Hi, First of all I would like to say this is an amazing plug in. My question is that why am I getting error_validation whenever I save changes to a new record. Im using WAMP server, PHP 5.5 and i do have the short tags on. It would be great if you can help me out. thanks!

Im getting this respond whenever i click on the save changes http://imgur.com/2M3XZHj

Here is the response Im getting. Hope this helops http://imgur.com/a/NbN9I

Can’t seem to find anything in those screenshots. Any way you can facilitate a public url to test your demo?

I’m getting this error in example.edit.php Fatal error: Call to undefined function cnn() in C:\xampp\htdocs\datamanager\example.edit.php on line 45

and the tables is empty. no data at all. please do reply asap.

all the datas are in the right position as I just extract what I download it here in envato.

What php / mysql version do you have currently installed?

Hello there

I’m throwing an error when trying to save a record and it’s always at exit(m(‘error_validation’)); that point, can someone tell me how to elaborate on that error, so I know what’s going on?

hi, what php version do you use? do you have the short tags property on?

Hi, does it work with EAV tables?

Haven’t tried EAV tables, so I wouldn’t know. Perhaps it is adaptable.

Andufo—Any updates??

New CMS is still not ready, and changes are not final yet, i’ll post them as soon as it is a finished product to avoid bugs :)

How do you move the search box to the left side?

Solution:

In functions.table.php add $options[] = '"sDom":"flrtip"';

In datatables.css change float to left in div.dataTables_filter label

That works!

When trying to access example.edit.php or simply delete a record, I get the following error: Whilst accessing example.edit.php:

Fatal error: Call to undefined function cnn() in path \functions.forms.php on line 11

db.php is existing and includes cnn() function. PDO is enabled on my server PHP 5.3.13

Any ideas? THX

if it is undefined, it means that it is not finding the function which should be included. Perhaps you’re placing files in different directories?

The DEMO has No data in it …

No YOUR demo site..

It looks like the demo site has has ALL the records deleted.. and even adding new ones, still displays an empty table..

Hi

It seems that the “alias” will not accept anything with a space; how would you set the column name to something like “Price per Unit”?

Thanks Jamie

Hi! Actually aliases represent the variable names ($m), and inside $m you can define any name you want (with spaces included).

Nice little package.. two quick questions.. is there an easy way to use full php tags, short tags aren’t as secure, and any changes, additions coming in the next few weeks..

Thanks

As soon as I finish a new CMS that uses this very same plugin. While developing the CMS new features and bugs are corrected. Sorry but I don’t have an estimated date yet :s

Excellent!!! Cant wait to see the new changes..

Hello! Your script seems to be really great! One question: Can I create a password to an user and then he (user) or I (admin) can access their form to edit the fields if necessary? The user has to be able to access only their form, ok? I’m not sure if I made myself clear, but it would be great if this is possible. Thanks in advance, Pedro

Yes, you could do that; but you have to implement some kind of user role system before that.

Thanks for your answer, do you recommend any user role system?

Since it could depend on your current setup and it would be a simple implementation, I would recommend doing it on your own, it shouldn’t be too complicated. Depending on the user role, you could display (or hide) certain tables and forms, e.g.: user table so that admin users can edit other users.

Hi, how we can format date output to mm/dd/yyyy or dd/mm/yyyy?

Can you provide a example? thanks.

Hi, you mean inside the forms or in the datatable?

Hi, first of all Great Work!

I decided to purchase and testing, i work with values, is it possible to have a last line with the total?

Best regards!

The action_edit and action_delete columns are special types of columns for specific actions. Can you provide the code you’re using? Perhaps I can diagnose the error easily by having a sneak peek. Also, refer to the example that covers the action_edit column.

In example that we purchase we have something like this: # cols array(column, alias, asc/desc, type) $sql['cols'][] = array('user.id_user', 'id'); $sql['cols'][] = array('user.flg_access', 'flg_access', false, 'boolean'); $sql['cols'][] = array('user.name', 'name', 'asc'); $sql['cols'][] = array('company.name', 'id_company'); $sql['cols'][] = array('user.birthday', 'birthday', false, 'date'); $sql['cols'][] = array('user.id_user', 'action_edit'); $sql['cols'][] = array('user.id_user', 'action_delete'); if i add this column after user.name: $sql['cols'][] = array('user.id_level', 'Level'); records disappear, please, check if happens to you!

I wasn’t able to reproduce your error. I just tried that with my table… I added 5 EXTRA columns (11 in total) and it renders fine. Do you have that code online? So I can check the network console.

I’m considering a purchase of DataManager, i have a table of products, i need to select products and display it as a grid. If needed the possibility to make changes. At the end send the entire grid information by email Is this possible?

Everything is doable with the current script, except the last part. If you need to send the entire grid info via email, that can be easily managed in an additional script.

Hello,

I have questions very important to me:

1) How to add a JQuery Auto-complete (not all text fields)?

2) How define a Select field dependent it from another one (By example: Country and Capitals)?

3) I have records saved in more than one table, so I need to use tabs and accordions in way to organize relational data separated, not all together. So, I can include more than a form and every one can be show o hide after a user click in tab and accordion?

4) Is there a way to include some AJAX code in way to search, validate or show info inside the form?

Thanks in advanced JR

Hi meridiano,

1) that would need a a customized implementation in the form handler function.

2) that would also need an additional implementation. search for: jquery chained selects

3) you can invoke several data tables in one single page, but each individual data table will have its own search form.

4) the search only works for the data table, if you need to search for info in the form, you also need a personalized implementation.

Best regards!

Hello,

I managed it to run in WAMP in the end.

I have problems getting datas in the table from the database. Used your given .sql. When I access /example.php i get no data in the table. Any idea?

Need to solve this problem as soon as possible.

Oh, that’s an easy one. The error levels in your php.ini are way too high. Open your php.ini, find the error_reporting variable and set it to:

error_reporting  =  E_ALL & ~E_NOTICE

Restart apache web server afterwards and you’re set to go!

Now another issue

<br />
<b>Fatal error</b>:  Call to a member function prepare() on a non-object in <b>C:\wamp\www\datatables\inc\datatables.php</b> on line <b>102</b><br />
This is from browser console

I can’t understand why every single people need to ask the author to solve all these errors. Please update your script and solve your errors/notices. This way I will be forced to ask for a refund.

Hope you can solve this and help me.(NOTE: No changes were made over the script)

What’s your php version?

hi! im using this datamanager with different browers. with ie, opera, chrome i can save numbers with 5.50 in firefox its only saving the number: 5.5 so its dont save the zero at firefox. do u have an idea?

even in the network analyze tool from firefox where i can check the parameter it stands there. firefox is deleting the last number if thats a 0 https://www.dropbox.com/s/49imtcaqowynwyd/Unbenannt.PNG?dl=0

That strange behaviour seems to be a firefox issue.

hi! I have a problem! Everytime i save the form it says me “You still have unsaved items …” After i click ok leave it safes the entrance. how can i fix this?

Do you have a public link so I can check your implementation?

it seems you’re trying to add a non-existent filter for the UUID field. The only allowed values are: idcheck, ssn, phone, datetime, date, password, email, checkbox, number (please check the readme)

by
by
by
by
by
by

Tell us what you think!

We'd like to ask you a few questions to help improve CodeCanyon.

Sure, take me to the survey